Skip to content

Commit

Permalink
parse json???
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 23, 2024
1 parent a0b52e0 commit 8e1e0a7
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 @@ -38,7 +38,7 @@ jobs:
pr: ${{ github.event.issue.number }}
workflow_conclusion: "failure" # Format failure -> patches available
allow_forks: false
- run: echo ${{ toJSON(steps.fetch-patches.outputs.artifacts.*.name) }}
- run: echo ${{ toJSON(fromJSON(steps.fetch-patches.outputs.artifacts).*.name) }}
- name: Check found artifacts
id: check-found-artifacts
run: |
Expand Down

0 comments on commit 8e1e0a7

Please sign in to comment.