From 8aba5396fc26ded08e3f8d1a2a68675ed67b295a Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Mon, 23 Dec 2024 15:21:59 -0500 Subject: [PATCH] fix spelling --- .github/workflows/comment-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index fa7ec1fe9a5..6b7847b31b2 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -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