Skip to content

Commit 78fdace

Browse files
authored
Update update-tocs.yml
1 parent c5bdfeb commit 78fdace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
3434
run: |
35-
curl https://raw.githubusercontent.com/george-gca/github-markdown-toc/refs/heads/main/gh-md-toc -o gh-md-toc
35+
curl https://raw.githubusercontent.com/george-gca/github-markdown-toc/main/gh-md-toc -o gh-md-toc
3636
chmod a+x gh-md-toc
3737
for file in ${ALL_CHANGED_FILES}; do
3838
# Check if the file is a markdown file

0 commit comments

Comments
 (0)