Skip to content

Commit

Permalink
use full path
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 23, 2024
1 parent 7ceef6a commit 861490d
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 @@ -38,9 +38,9 @@ jobs:
workflow_conclusion: "failure" # Format failure -> patches available
- name: Apply patch
run: |
git apply wpiformat-fixes.patch --index
git apply "wpiformat fixes/wpiformat-fixes.patch" --index
# Apply java format and prefer new changes
git apply javaformat-fixes.patch --3way --theirs --index
git apply "javaformat fixes/javaformat-fixes.patch" --3way --theirs --index
- name: Commit
run: |
# Set credentials
Expand Down

0 comments on commit 861490d

Please sign in to comment.