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 03bc19c
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 @@ -72,5 +72,5 @@ jobs:
${{ env.metadata['image.name'] }}@${{ env.metadata['containerimage.digest'] }}
```
env:
metadata: ${{ steps.build.outputs.metadata }}
metadata: ${{ fromJson(steps.build.outputs.metadata) }}

0 comments on commit 03bc19c

Please sign in to comment.