diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 8b86b2c..39272d5 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -62,7 +62,8 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git commit -m "Template cleanup" -a + git add . + git commit -m "Template cleanup" # Push changes - name: Push changes