Skip to content

Commit a6152ba

Browse files
committed
Add debug output for category extraction in issue-to-PR workflow
1 parent 513bb71 commit a6152ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/issue_to_pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
fi
5151
)
5252
echo "category=$category" >> $GITHUB_OUTPUT
53+
echo "Category found: $category"
5354
5455
- name: Debug payload
5556
run: echo "${{ steps.parseIssue.outputs.payload }}"

0 commit comments

Comments
 (0)