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 b963b56 commit e4d5b06Copy full SHA for e4d5b06
.github/workflows/update-tocs.yml
@@ -32,7 +32,7 @@ jobs:
32
env:
33
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
34
run: |
35
- curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
+ curl https://raw.githubusercontent.com/george-gca/github-markdown-toc/refs/heads/main/gh-md-toc -o gh-md-toc
36
chmod a+x gh-md-toc
37
for file in ${ALL_CHANGED_FILES}; do
38
# Check if the file is a markdown file
0 commit comments