We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ec017 commit e3b0c48Copy full SHA for e3b0c48
README.md
@@ -361,7 +361,8 @@ jobs:
361
- run: |
362
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
363
chmod a+x gh-md-toc
364
- ./gh-md-toc --insert --no-backup foo.md
+ ./gh-md-toc --insert --no-backup --hide-footer foo.md
365
+ rm gh-md-toc
366
- uses: stefanzweifel/git-auto-commit-action@v4
367
with:
368
commit_message: Auto update markdown TOC
0 commit comments