We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf4a3b commit 614beb6Copy full SHA for 614beb6
.github/workflows/moban-update.yml
@@ -22,8 +22,9 @@ jobs:
22
git diff --exit-code
23
- name: Auto-commit
24
if: failure()
25
- uses: docker://cdssnc/auto-commit-github-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v4
26
with:
27
- args: >-
+ commit_message: >-
28
This is an auto-commit, updating project meta data,
29
such as changelog.rst, contributors.rst
30
+
0 commit comments