Skip to content

Commit 31fe7f6

Browse files
authored
hotfix: Update create-jira-issue.yml
1 parent 252a71a commit 31fe7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id: type
1313
run: |
1414
# 디버그: 라벨 JSON 전체 출력
15-
LABELS_JSON="${{ toJson(github.event.issue.labels) }}"
15+
LABELS_JSON='${{ toJson(github.event.issue.labels) }}'
1616
echo "Debug ▶ Raw labels JSON:"
1717
echo "$LABELS_JSON"
1818

0 commit comments

Comments
 (0)