mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 21:27:05 +00:00
Add debug output to action.yml
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
dae645a31a
commit
d6f88e3c21
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user