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