diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9e5360..cabb469 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,7 @@ jobs: run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" + git add -A git commit -a -m "Update CJS script (automated by GitHub Actions)" - name: Push changes