Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 23, 2024
1 parent 4d9c4a3 commit 8aba539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "${{ contains(fromJSON(steps.fetch-patches.outputs.artifacts).*.name, 'javaformat fixes')}}"
echo "${{ contains(fromJSON(steps.fetch-patches.outputs.artifacts).*.name, 'wpiformat fixes')}}"
echo "artifacts-found=${{ contains(fromJSON(steps.fetch-patches.outputs.artifacts).*.name, 'javaformat fixes')
&& contains(fromJSON(steps.fetch-patches.outputs.artifacts).*.name, 'wpiformat patches') }}" >> "$GITHUB_OUTPUT"
&& contains(fromJSON(steps.fetch-patches.outputs.artifacts).*.name, 'wpiformat fixes') }}" >> "$GITHUB_OUTPUT"
- name: Apply patch
run: |
git apply "wpiformat fixes/wpiformat-fixes.patch" --index
Expand Down

0 comments on commit 8aba539

Please sign in to comment.