diff --git a/.github/workflows/Update main file.yml b/.github/workflows/Update main file.yml index c8ea862..08adc48 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: Generate ToC, Categorize, Format README.md" || echo "No changes to commit" + git commit -m "Update: Generate ToC, Categorize, Format" || echo "No changes to commit" git push