We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c529e91 commit 9139955Copy full SHA for 9139955
.github/workflows/repo_sync_dispatch.yml
@@ -38,6 +38,9 @@ jobs:
38
REPO_NAME=${{ github.event.client_payload.repository }}
39
REPO_NAME=${REPO_NAME##*/}
40
file_name=$REPO_NAME.tar
41
+ cd ${{ github.event.client_payload.path }}
42
+ current_commit=$(git rev-parse HEAD)
43
+ cd -
44
tar -cf $REPO_NAME.tar ${{ github.event.client_payload.path }}
45
python -m pip install bce-python-sdk==0.8.74
46
python tools/bos_upload.py ${file_name} paddle-qa/CodeSync/${{ github.event.client_payload.ref }}/
0 commit comments