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 19:00:14 +08:00
parent 55730a2cc5
commit 23c59654dd

View File

@ -64,7 +64,7 @@ jobs:
- name: Push to GitHub update
run: |
git remote add gitupdate https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}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 }}