Removing fromJSON for now.

This commit is contained in:
2024-12-17 08:50:29 -05:00
parent 3c46bdcde8
commit 62db1e7325
@@ -41,7 +41,7 @@ jobs:
id: parse-pr
uses: yakubique/json-utils@v1.8
with:
input: '${{ fromJSON(steps.format-response.outputs.response_json) }}'
input: '${{ steps.format-response.outputs.response_json }}'
action: "get"
key: "status"