Skip to content

Commit

Permalink
fromJson
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Sep 2, 2024
1 parent a08d467 commit 5928aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cat << 'EOF' >> $GITHUB_STEP_SUMMARY
```
${{ env.metadata['image.name'] }}@${{ env.metadata['containerimage.digest'] }}
${{ fromJson(env.metadata)['image.name'] }}@${{ fromJson(env.metadata)['containerimage.digest'] }}
```
env:
metadata: ${{ steps.build.outputs.metadata }}
Expand Down

0 comments on commit 5928aee

Please sign in to comment.