Skip to content

Commit

Permalink
Postaction
Browse files Browse the repository at this point in the history
  • Loading branch information
kashamalasha committed Aug 11, 2023
1 parent f825542 commit 175fac7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ jobs:
- name: Filter requested data
id: jq_filter
run: |
echo '${{ steps.get_latest_release.outputs.data }}' | jq \
'.repository.releases.nodes[].releaseAssets.nodes[] | select(.name | endswith(".blockmap"))'
echo '${{ steps.get_latest_release.outputs.data }}' \
| jq '.repository.releases.nodes[].releaseAssets.nodes[] \
| select(.name | endswith(".blockmap"))'
- name: Get the result
run: |
echo '${{ fromJson(steps.jq_filter.outputs) }}'
echo '${{ steps.jq_filter.outputs.result }}'

0 comments on commit 175fac7

Please sign in to comment.