1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00

Merge pull request #59 from kdeldycke/dependabot/github_actions/stefanzweifel/git-auto-commit-action-v4.5.1

Bump stefanzweifel/git-auto-commit-action from v4.5.0 to v4.5.1
This commit is contained in:
Kevin Deldycke 2020-09-14 10:29:14 +02:00 committed by GitHub
commit fbe56d59be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
run: | run: |
gawk -i inplace '!/^- \[(Contribute|Contributing|Licence|License|Footnotes)\]\(#.+\)$/{print}' ./readme.md gawk -i inplace '!/^- \[(Contribute|Contributing|Licence|License|Footnotes)\]\(#.+\)$/{print}' ./readme.md
- name: Commit and push changes - name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4.5.0 uses: stefanzweifel/git-auto-commit-action@v4.5.1
with: with:
commit_author: "Kevin Deldycke <kevin@deldycke.com>" commit_author: "Kevin Deldycke <kevin@deldycke.com>"
commit_message: "[lint] Update TOC." commit_message: "[lint] Update TOC."