We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299abd8 commit 2a6ff55Copy full SHA for 2a6ff55
.github/workflows/ci.yml
@@ -84,9 +84,10 @@ jobs:
84
do
85
cp -a "../build/$TARGET" ./
86
done
87
- git remote set-url origin "https://${{ secrets.BOT_TOKEN }}@github.com/fcitx5-android/prebuilt.git"
+ git remote set-url origin "https://${{ secrets.BOT_TOKEN }}@github.com/MOldtime/prebuilt.git"
88
git config user.name "Fcitx5 Android Bot"
89
- git config user.email "[email protected]"
+ git config user.email "nothing"
90
git add .
91
git diff-index --quiet HEAD || git commit -m "Auto update"
92
- git push --set-upstream origin "HEAD:master" --follow-tags --atomic
+ git pull
93
+ git push --set-upstream origin "HEAD:master" --follow-tags --atomic
0 commit comments