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
91188267d6
commit
af8acc4c65
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}
|
||||
run: |
|
||||
git config --global credential.helper store
|
||||
echo "https://${CODING_USERNAME}:${CODING_PASSWORD}@e.coding.net" > ~/.git-credentials
|
||||
echo "https://${CODING_USERNAME}:${CODING_PASSWORD}@e.coding.net" > $env:HOMEPATH\.git-credentials
|
||||
|
||||
- name: Push to Coding.net
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user