Skip to content

Commit

Permalink
Add debug step for issue payload
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf committed Jan 11, 2025
1 parent a7b4c08 commit 84ec88c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/issue_to_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
)
echo "category=$category" >> $GITHUB_OUTPUT
- name: Debug payload
run: echo "${{ steps.parseIssue.outputs.payload }}"

- name: Validate properties URL
id: validateUrl
run: |
Expand Down

0 comments on commit 84ec88c

Please sign in to comment.