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:
parent
5c884dba69
commit
90b2f2373e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
CODING_USERNAME: ${{ secrets.CODING_USERNAME }}
|
||||
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}
|
||||
run: |
|
||||
git remote add coding https://${CODING_USERNAME}:${CODING_PASSWORD}@e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git
|
||||
git remote add coding https://${{ secrets.CODING_USERNAME }}:${{ secrets.CODING_PASSWORD }}@e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git
|
||||
git push coding --force
|
||||
|
||||
- name: Push to GitHub update
|
||||
|
Loading…
x
Reference in New Issue
Block a user