0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-05 08:25:28 +00:00

优化更新流程

This commit is contained in:
firedcto@gmail.com 2024-11-15 19:50:15 +08:00
parent bc1535cf99
commit 3a8e7da4c0

View File

@ -64,7 +64,7 @@ jobs:
- name: Push to GitHub update - name: Push to GitHub update
run: | run: |
git remote add gitupdate https://${{ secrets.GITHUB_TOKEN }}@github.com/ok-oldking/ok-ww-update.git git remote add gitupdate https://${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update.git
git push gitupdate --force git push gitupdate --force
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}