From 15397ae31d687964beec35188af1c7b22b295278 Mon Sep 17 00:00:00 2001 From: "R. Charan" Date: Sat, 11 May 2024 06:14:23 +0530 Subject: [PATCH] Update sync_with_terminal_wiki.yaml commit message --- .github/workflows/sync_with_terminal_wiki.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_with_terminal_wiki.yaml b/.github/workflows/sync_with_terminal_wiki.yaml index ca400c6..7d99e73 100644 --- a/.github/workflows/sync_with_terminal_wiki.yaml +++ b/.github/workflows/sync_with_terminal_wiki.yaml @@ -33,5 +33,5 @@ jobs: - name: Commit changes run: | git add . - git commit -m "Sync specific folders from terminal-wiki" + git commit -m "Sync the main python core application from terminal-wiki" git push origin main