diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index b72798153a8..f96bd652f71 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -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