From c386c7b41956158867d7b8b5c6620a2ce6fbe939 Mon Sep 17 00:00:00 2001 From: Onyx-Nostalgia <79048971+Onyx-Nostalgia@users.noreply.github.com> Date: Sun, 13 Oct 2024 02:30:59 +0700 Subject: [PATCH] Update README.md github action (#157) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad07bc..6231976 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/0.8.0/gh-md-toc -o gh-md-toc + curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc chmod a+x gh-md-toc ./gh-md-toc --insert --no-backup --hide-footer foo.md rm gh-md-toc