Update echo command in action.yml

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2024-03-03 13:53:51 +03:00
parent fa80b6522f
commit 870e86f268
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -64,7 +64,7 @@ runs:
- name: echo - name: echo
run: | 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 cat meta.json
shell: bash shell: bash