Add debug output to action.yml

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2024-03-06 13:25:32 +03:00
parent dae645a31a
commit d6f88e3c21
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -93,6 +93,7 @@ runs:
# echo "Extracted element: $extracted_element"
jsonOutput=$(echo "$json" | jq -r '.tags')
echo "jsonOutput: $jsonOutput"
echo "jsonOutput: ${jsonOutput[0]}"
echo "tag=$extracted_element" >> $GITHUB_OUTPUT