Skip to content

Commit 2a6ff55

Browse files
committed
update ci
1 parent 299abd8 commit 2a6ff55

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ jobs:
8484
do
8585
cp -a "../build/$TARGET" ./
8686
done
87-
git remote set-url origin "https://${{ secrets.BOT_TOKEN }}@github.com/fcitx5-android/prebuilt.git"
87+
git remote set-url origin "https://${{ secrets.BOT_TOKEN }}@github.com/MOldtime/prebuilt.git"
8888
git config user.name "Fcitx5 Android Bot"
89-
git config user.email "[email protected]"
89+
git config user.email "nothing"
9090
git add .
9191
git diff-index --quiet HEAD || git commit -m "Auto update"
92-
git push --set-upstream origin "HEAD:master" --follow-tags --atomic
92+
git pull
93+
git push --set-upstream origin "HEAD:master" --follow-tags --atomic

0 commit comments

Comments
 (0)