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 1c6184d commit c386c7bCopy full SHA for c386c7b
README.md
@@ -360,7 +360,7 @@ jobs:
360
steps:
361
- uses: actions/checkout@v2
362
- run: |
363
- curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/0.8.0/gh-md-toc -o gh-md-toc
+ curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
364
chmod a+x gh-md-toc
365
./gh-md-toc --insert --no-backup --hide-footer foo.md
366
rm gh-md-toc
0 commit comments