Debugging output from json-util's get function.

This commit is contained in:
2024-12-17 08:16:27 -05:00
parent aefebae561
commit b8f142c3e8
@@ -39,7 +39,12 @@ jobs:
uses: yakubique/json-utils@v1.8
with:
input: '${{ toJSON(steps.check-pr.outputs.response) }}'
action: "none"
action: "get"
key: "status"
- name: View output from json-utils
run: |
echo '${{ steps.parse-pr.outputs.status }}'
# Step 2: Create PR if none exists
# - name: Create PR in Gitea