diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index a8593e5..d9095d6 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -31,7 +31,7 @@ jobs: run: | gawk -i inplace '!/^- \[(Contribute|Contributing|Licence|License|Footnotes)\]\(#.+\)$/{print}' ./readme.md - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@v4.5.0 + uses: stefanzweifel/git-auto-commit-action@v4.5.1 with: commit_author: "Kevin Deldycke " commit_message: "[lint] Update TOC."