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