Fix 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:47:28 +03:00
parent a24eedd108
commit cef2c97dfb
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -64,7 +64,7 @@ runs:
- name: echo
run: |
echo "${{ fromJson(steps.meta.outputs.json).tags }}" > meta.json
echo "${{ steps.meta.outputs.json.tags }}" > meta.json
cat meta.json
shell: bash