Skip to content

Commit

Permalink
Update scan-release-sbom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
komish authored Jun 3, 2024
1 parent 7e31646 commit 20a7f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scan-release-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
needs: [find-release-and-sboms]
strategy:
matrix:
url: ${{ toJson(needs.find-release-and-sboms.outputs.sbom-array) }}
url: ${{ fromJson(needs.find-release-and-sboms.outputs.sbom-array) }}
steps:
- name: check matrix
run: |
echo ${{ matrix.url }}

0 comments on commit 20a7f92

Please sign in to comment.