Debugging json-util's get function.

This commit is contained in:
2024-12-17 08:33:52 -05:00
parent 04f433df59
commit ebfcb6162e
@@ -39,6 +39,7 @@ jobs:
run: |
RESPONSE='${{ toJSON(steps.check-pr.outputs.response) }}'
echo "$RESPONSE" | jq '.' > valid_response.json
cat valid_repsponse.json
echo "response_json=$(cat valid_response.json)" >> $GITHUB_OUTPUT
- name: Parse PR Response