Skip to content

Commit 0cbf781

Browse files
committed
💚 fix #154
1 parent 6a379c3 commit 0cbf781

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: statics/moban-update.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
git diff --exit-code
2222
- name: Auto-commit
2323
if: failure()
24-
uses: docker://cdssnc/auto-commit-github-action
25-
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
uses: stefanzweifel/git-auto-commit-action@v4
2725
with:
28-
args: >-
26+
commit_message: >-
2927
This is an auto-commit, updating project meta data,
3028
such as changelog.rst, contributors.rst

0 commit comments

Comments
 (0)