From 8166aaed8e24af09bb5c248be989e8b3a3c1391b Mon Sep 17 00:00:00 2001 From: Gokul K G <39084559+Gokul-KG@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:31:14 +0530 Subject: [PATCH] Update update_wiki.yml --- .github/workflows/update_wiki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_wiki.yml b/.github/workflows/update_wiki.yml index 9cfa9226..a05cc333 100644 --- a/.github/workflows/update_wiki.yml +++ b/.github/workflows/update_wiki.yml @@ -46,7 +46,7 @@ jobs: run: | cd wiki git add . - git commit -m "Update wiki with Introduction.md as home page and docs" || echo "No changes to commit" + git commit -m "Update wiki sidebar with link to Introduction.md" || echo "No changes to commit" git push continue-on-error: true