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
d983032d90
commit
0e53d28018
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user