Skip to content

Commit a1868a3

Browse files
committed
chore: test new
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 378fbb2 commit a1868a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ jobs:
8585
echo "reason=Validated and ready" >> "$GITHUB_OUTPUT"
8686
fi
8787
88-
- name: Debug Output
89-
run: |
9088
echo "-----------------------------------"
9189
echo "DEBUG INFO:"
9290
echo "Apply Flag: ${{ steps.should_apply.outputs.apply }}"
@@ -96,6 +94,7 @@ jobs:
9694
echo "Labels Found:"
9795
echo "${{ steps.read.outputs.labels_multiline }}"
9896
echo "-----------------------------------"
97+
9998
10099
- name: Add labels to PR
101100
if: steps.should_apply.outputs.apply == 'true'

0 commit comments

Comments
 (0)