Skip to content

Commit 8ee7697

Browse files
committed
chore: update token for github test 10"
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 702f4a2 commit 8ee7697

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/sync-issue-labels-add.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@ jobs:
117117
echo "apply=true" >> "$GITHUB_OUTPUT"
118118
echo "reason=" >> "$GITHUB_OUTPUT"
119119
fi
120+
121+
- name: Debug Output
122+
run: |
123+
echo "Apply Flag: ${{ steps.should_apply.outputs.apply }}"
124+
echo "Reason: ${{ steps.should_apply.outputs.reason }}"
125+
echo "PR Number: ${{ steps.read.outputs.pr_number }}"
126+
echo "Labels to be added:"
127+
echo "${{ steps.read.outputs.labels_multiline }}"
120128
121129
- name: Add labels to PR
122130
if: ${{ steps.should_apply.outputs.apply == 'true' }}

0 commit comments

Comments
 (0)