Skip to content

Commit b26c6bc

Browse files
committed
fix: fix shared workflow bud
1 parent daae5bd commit b26c6bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/shared-check-pr-labels-with-prefix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
run: |
3232
PREFIX="${{ inputs.prefix }}"
3333
34+
INPUT_LABEL='${{ inputs.labels }}'
35+
echo ======1
36+
echo $INPUT_LABEL
37+
echo ======2
38+
3439
# Use jq to filter labels by prefix (empty prefix returns all labels)
3540
JSON_RESULT=$(echo '${{ inputs.labels }}' | \
3641
jq --arg prefix "$PREFIX" \

0 commit comments

Comments
 (0)