Skip to content

Commit

Permalink
toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Mar 21, 2024
1 parent 8856a4b commit d29e7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
cd app && npm ci && npm run build
cp -r build ../build
- run: echo ${{ steps.meta.outputs }}
- run: echo ${{ toJson(steps.meta.outputs) }}
- uses: addnab/docker-run-action@v3
with:
image: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit d29e7b4

Please sign in to comment.