Update update-tocs.yml
This commit is contained in:
parent
c5bdfebd5b
commit
78fdace28a
2
.github/workflows/update-tocs.yml
vendored
2
.github/workflows/update-tocs.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
chmod a+x gh-md-toc
|
chmod a+x gh-md-toc
|
||||||
for file in ${ALL_CHANGED_FILES}; do
|
for file in ${ALL_CHANGED_FILES}; do
|
||||||
# Check if the file is a markdown file
|
# Check if the file is a markdown file
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user