更新
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
|||||||
git init
|
git init
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
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 release release-branch
|
git clone "https://${{ github.actor }}:${{ secrets.ACTIONS_TOKEN }}@github.com/${{ github.actor }}/release" -b release release-branch
|
||||||
mv -rf $GITHUB_WORKSPACE/apk/*.apk release-branch
|
mv -rf $GITHUB_WORKSPACE/apk/*.apk release-branch
|
||||||
cd release-branch
|
cd release-branch
|
||||||
git add *.apk
|
git add *.apk
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ jobs:
|
|||||||
git init
|
git init
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
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
|
mv -rf $GITHUB_WORKSPACE/apk/*.apk test-branch
|
||||||
cd test-branch
|
cd test-branch
|
||||||
git add *.apk
|
git add *.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user