Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 23, 2024
1 parent 7ea5c31 commit e154f41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/comment-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: Check found artifacts
id: check-found-artifacts
run: |
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"
- name: Apply patch
Expand Down

0 comments on commit e154f41

Please sign in to comment.