Debugging output from json-util's get function.
This commit is contained in:
@@ -39,7 +39,12 @@ jobs:
|
|||||||
uses: yakubique/json-utils@v1.8
|
uses: yakubique/json-utils@v1.8
|
||||||
with:
|
with:
|
||||||
input: '${{ toJSON(steps.check-pr.outputs.response) }}'
|
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
|
# Step 2: Create PR if none exists
|
||||||
# - name: Create PR in Gitea
|
# - name: Create PR in Gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user