Skip to content

Commit

Permalink
README: it's better to use release version in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Mar 26, 2022
1 parent d66f9ce commit ffd5cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/0.8.0/gh-md-toc -o gh-md-toc
chmod a+x gh-md-toc
./gh-md-toc --insert --no-backup foo.md
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit ffd5cbc

Please sign in to comment.