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
3a8e7da4c0
commit
bbaf925951
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -51,13 +51,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git add -f ok/
|
git add -f ok/
|
||||||
git commit --amend --no-edit --author="$(git log -1 --format='%an <%ae>')"
|
git commit --amend --no-edit --author="$(git log -1 --format='%an <%ae>')"
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Push to Coding.net
|
- name: Push to Coding.net
|
||||||
env:
|
|
||||||
CODING_USERNAME: ${{ secrets.CODING_USERNAME }}
|
|
||||||
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}
|
|
||||||
run: |
|
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 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
|
git push coding --force
|
||||||
@ -66,8 +61,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git remote add gitupdate https://${{ secrets.OK_GH }}@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:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Build Executable
|
- name: Build Executable
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user