Skip to content

Commit

Permalink
fix: spotless action
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC authored Nov 15, 2024
1 parent a49ce41 commit 16a517f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
run: chmod +x ./gradlew
- name: apply spotless
run: ./gradlew spotlessApply
- name: Commit and push to site branch
- name: Push
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git commit -m "chore: Apply Spotless"
git add .
git push

0 comments on commit 16a517f

Please sign in to comment.