diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index 2d17bc454b8..23d2e4aff88 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -44,6 +44,7 @@ jobs: contains(fromJSON(steps.fetch-patches.outputs.artifacts).*.name, 'javaformat fixes') && contains(fromJSON(steps.fetch-patches.outputs.artifacts).*.name, 'wpiformat fixes') }}" >> "$GITHUB_OUTPUT" + - run: echo "${{ toJSON(steps.check-found-artifacts.outputs) }}" - name: Apply patch if: steps.check-found-artifacts.outputs.found-artifacts run: |