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