0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-03 09:25:19 +00:00

优化更新流程

This commit is contained in:
firedcto@gmail.com 2024-11-15 18:56:38 +08:00
parent 90b2f2373e
commit 55730a2cc5

View File

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