Update test.yml

This commit is contained in:
kunfei 2022-01-07 11:20:33 +08:00 committed by GitHub
parent 1755c72fa7
commit a52663049b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ jobs:
git init
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git clone "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.actor }}/release" -b test test-branch
git clone "https://${{ github.actor }}:${{ secrets.ACTIONS_TOKEN }}@github.com/${{ github.actor }}/release" -b test test-branch
mv -rf $GITHUB_WORKSPACE/apk/*.apk test-branch
cd test-branch
git add *.apk