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 f25206c commit 7ceef6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Apply patch
run: |
git apply wpiformat-fixes.patch --index
git apply javaformat-fixes.patch --index
# Apply java format and prefer new changes
git apply javaformat-fixes.patch --3way --theirs --index
- name: Commit
run: |
# Set credentials
Expand Down

0 comments on commit 7ceef6a

Please sign in to comment.