mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-01 16:35:57 +00:00
优化更新流程
This commit is contained in:
parent
3a8e7da4c0
commit
bbaf925951
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -51,13 +51,8 @@ jobs:
|
||||
run: |
|
||||
git add -f ok/
|
||||
git commit --amend --no-edit --author="$(git log -1 --format='%an <%ae>')"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push to Coding.net
|
||||
env:
|
||||
CODING_USERNAME: ${{ secrets.CODING_USERNAME }}
|
||||
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}
|
||||
run: |
|
||||
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
|
||||
@ -66,8 +61,6 @@ jobs:
|
||||
run: |
|
||||
git remote add gitupdate https://${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update.git
|
||||
git push gitupdate --force
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build Executable
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user