0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-05 08:25:28 +00:00

优化更新流程

This commit is contained in:
firedcto@gmail.com 2024-11-15 16:54:12 +08:00
parent 7032c828d9
commit d983032d90

View File

@ -42,8 +42,10 @@ jobs:
- name: amend git to add ok-script - name: amend git to add ok-script
run: | run: |
git add ok/ git add -f ok/
git commit --amend --no-edit git commit --amend --no-edit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up coding Git credentials - name: Set up coding Git credentials
env: env: