diff --git a/.github/workflows/spotless.yml b/.github/workflows/spotless.yml index bec14c9e..da02c8b1 100644 --- a/.github/workflows/spotless.yml +++ b/.github/workflows/spotless.yml @@ -26,6 +26,6 @@ jobs: run: | git config user.name "GitHub Actions" git config user.email "actions@github.com" - git commit -m "chore: Apply Spotless" git add . + git commit -m "chore: Apply Spotless" git push