Skip to content

Commit ffd5cbc

Browse files
committed
README: it's better to use release version in GH action
1 parent d66f9ce commit ffd5cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ jobs:
359359
steps:
360360
- uses: actions/checkout@v2
361361
- run: |
362-
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
362+
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/0.8.0/gh-md-toc -o gh-md-toc
363363
chmod a+x gh-md-toc
364364
./gh-md-toc --insert --no-backup foo.md
365365
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)