Skip to content

Commit

Permalink
Add debug output for category extraction in issue-to-PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf committed Jan 11, 2025
1 parent 513bb71 commit a6152ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issue_to_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
fi
)
echo "category=$category" >> $GITHUB_OUTPUT
echo "Category found: $category"
- name: Debug payload
run: echo "${{ steps.parseIssue.outputs.payload }}"
Expand Down

0 comments on commit a6152ba

Please sign in to comment.