From 78fdace28a6f26ae31e795daf5013f9cfbf54cb9 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:06:46 -0300 Subject: [PATCH] Update update-tocs.yml --- .github/workflows/update-tocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-tocs.yml b/.github/workflows/update-tocs.yml index af69ff8..9610d83 100644 --- a/.github/workflows/update-tocs.yml +++ b/.github/workflows/update-tocs.yml @@ -32,7 +32,7 @@ jobs: env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} 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 for file in ${ALL_CHANGED_FILES}; do # Check if the file is a markdown file