Skip to content

Commit dc75cb1

Browse files
committed
fix: fix shared workflow bug
1 parent 96ff5ab commit dc75cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared-check-pr-label-and-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
6565
# Use jq to check if the label exists in the labels array
66-
HAS_LABEL=$(echo '$LABELS_JSON' | \
66+
HAS_LABEL=$(echo "$LABELS_JSON" | \
6767
jq --arg target "$TARGET_LABEL" \
6868
'[.[] | select(.name == $target)] | length > 0')
6969

0 commit comments

Comments
 (0)