ref fix L51.

This commit is contained in:
2024-12-16 22:02:25 -05:00
parent fc2f376a19
commit a10ca0f957
@@ -46,7 +46,8 @@ jobs:
- name: json-utils output
run: |
echo "${{ steps.parse-pr.outputs.result }}"
echo "${{ steps.extract-json.outputs.response_json }}"
echo "${{ steps.extract-json.outputs.response_json }}" | jq '.'
- name: Parse PR Response
id: parse-pr