diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 34391d6..a8593e5 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.4.1 + uses: stefanzweifel/git-auto-commit-action@v4.5.0 with: commit_author: "Kevin Deldycke " commit_message: "[lint] Update TOC."