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 17:34:42 +08:00
parent 91188267d6
commit af8acc4c65

View File

@ -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: |