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 c5bdfeb commit 78fdaceCopy full SHA for 78fdace
.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/george-gca/github-markdown-toc/refs/heads/main/gh-md-toc -o gh-md-toc
+ curl https://raw.githubusercontent.com/george-gca/github-markdown-toc/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