From 1d874683ce718a0e9233294efbd54b2be59421f2 Mon Sep 17 00:00:00 2001 From: Axorax Date: Tue, 14 Jan 2025 18:37:44 +0600 Subject: [PATCH] Update: Workflow commit message --- .github/workflows/Update main file.yml | 2 +- .github/workflows/renew-categories.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Update main file.yml b/.github/workflows/Update main file.yml index 0ae6fa4..c8ea862 100644 --- a/.github/workflows/Update main file.yml +++ b/.github/workflows/Update main file.yml @@ -23,5 +23,5 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git add . - git commit -m "update" || echo "No changes to commit" + git commit -m "Update: Generate ToC, Categorize, Format README.md" || echo "No changes to commit" git push diff --git a/.github/workflows/renew-categories.yml b/.github/workflows/renew-categories.yml index e7215ae..16a0d0c 100644 --- a/.github/workflows/renew-categories.yml +++ b/.github/workflows/renew-categories.yml @@ -23,5 +23,5 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git add . - git commit -m "Renew specific categories" || echo "No changes to commit" + git commit -m "Update: Categorize" || echo "No changes to commit" git push