Skip to content

Commit c386c7b

Browse files
Update README.md github action (#157)
1 parent 1c6184d commit c386c7b

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
@@ -360,7 +360,7 @@ jobs:
360360
steps:
361361
- uses: actions/checkout@v2
362362
- run: |
363-
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/0.8.0/gh-md-toc -o gh-md-toc
363+
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
364364
chmod a+x gh-md-toc
365365
./gh-md-toc --insert --no-backup --hide-footer foo.md
366366
rm gh-md-toc

0 commit comments

Comments
 (0)