Skip to content

Commit 7333a15

Browse files
committed
chore(ci): debug job outputs 2
1 parent 3bb8356 commit 7333a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label_pr_on_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
PR_NUMBER: ${{ needs.get_pr_details.outputs.prNumber }}
2929
PR_TITLE: ${{ needs.get_pr_details.outputs.prTitle }}
30-
OUTPUT_DEBUG: "${{ needs.get_pr_details.outputs }}"
30+
OUTPUT_DEBUG: "${{ needs.get_pr_details.outputs.result }}"
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
# This safely runs in our base repo, not on fork

0 commit comments

Comments
 (0)