Skip to content

Commit 614beb6

Browse files
committed
update moban update facility
1 parent cbf4a3b commit 614beb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/moban-update.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
git diff --exit-code
2323
- name: Auto-commit
2424
if: failure()
25-
uses: docker://cdssnc/auto-commit-github-action@v4
25+
uses: stefanzweifel/git-auto-commit-action@v4
2626
with:
27-
args: >-
27+
commit_message: >-
2828
This is an auto-commit, updating project meta data,
2929
such as changelog.rst, contributors.rst
30+

0 commit comments

Comments
 (0)