mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 21:27:05 +00:00
Update echo command to convert JSON string to object
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
a58523891b
commit
a4ef33dee3
@ -64,7 +64,7 @@ runs:
|
||||
|
||||
- name: echo
|
||||
run: |
|
||||
echo "${{ steps.meta.outputs }}" > meta.json
|
||||
echo "${{ fromJson(steps.meta.outputs.json) }}" > meta.json
|
||||
cat meta.json
|
||||
shell: bash
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user