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:00:25 +08:00
parent d983032d90
commit 0e53d28018

View File

@ -43,7 +43,7 @@ jobs:
- name: amend git to add ok-script
run: |
git add -f ok/
git commit --amend --no-edit
git commit --amend --no-edit --author="$(git log -1 --format='%an <%ae>')"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}