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 6a379c3 commit 0cbf781Copy full SHA for 0cbf781
statics/moban-update.yml
@@ -21,10 +21,8 @@ jobs:
21
git diff --exit-code
22
- name: Auto-commit
23
if: failure()
24
- uses: docker://cdssnc/auto-commit-github-action
25
- env:
26
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: stefanzweifel/git-auto-commit-action@v4
27
with:
28
- args: >-
+ commit_message: >-
29
This is an auto-commit, updating project meta data,
30
such as changelog.rst, contributors.rst
0 commit comments