diff --git a/action.yml b/action.yml index 88ca0eb..9ad6e12 100644 --- a/action.yml +++ b/action.yml @@ -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