Skip to content

Commit 84ec88c

Browse files
committed
Add debug step for issue payload
1 parent a7b4c08 commit 84ec88c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/issue_to_pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
)
5252
echo "category=$category" >> $GITHUB_OUTPUT
5353
54+
- name: Debug payload
55+
run: echo "${{ steps.parseIssue.outputs.payload }}"
56+
5457
- name: Validate properties URL
5558
id: validateUrl
5659
run: |

0 commit comments

Comments
 (0)