Skip to content

Commit

Permalink
apply java patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 23, 2024
1 parent 0a2c35e commit f25206c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/comment-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
pr: ${{ github.event.issue.number }}
workflow_conclusion: "failure" # Format failure -> patches available
- name: Apply patch
run: git apply wpiformat-fixes.patch --index
run: |
git apply wpiformat-fixes.patch --index
git apply javaformat-fixes.patch --index
- name: Commit
run: |
# Set credentials
Expand Down

0 comments on commit f25206c

Please sign in to comment.