Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 23, 2024
1 parent f9c3095 commit b174e8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comment-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ 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 "${{ steps.check-found-artifacts.outputs.found-artifacts }}"
- run: echo $FOUND
env:
FOUND: ${{ steps.check-found-artifacts.outputs.found-artifacts }}
- name: Apply patch
if: steps.check-found-artifacts.outputs.found-artifacts
run: |
Expand Down

0 comments on commit b174e8d

Please sign in to comment.