mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 21:27:05 +00:00
Update echo command in action.yml
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
fa80b6522f
commit
870e86f268
@ -64,7 +64,7 @@ runs:
|
||||
|
||||
- name: echo
|
||||
run: |
|
||||
$(echo '${{ steps.meta.outputs.json }}' | jq -r '.tags[0]') > meta.json
|
||||
echo $(echo '${{ steps.meta.outputs.json }}' | jq -r '.tags[0]')
|
||||
cat meta.json
|
||||
shell: bash
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user