Skip to content

Commit

Permalink
fix: spotless actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC authored Nov 16, 2024
1 parent 3b30b16 commit 3528aec
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
run: chmod +x ./gradlew
- name: apply spotless
run: ./gradlew spotlessApply
- name: Push
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add .
git commit -m "chore: Apply Spotless"
git push
- name: commit changes and push
uses: EndBug/add-and-commit@v9
with:
message: "chore: Apply Spotless"
default_author: github_actions

0 comments on commit 3528aec

Please sign in to comment.