Skip to content

Commit 3591556

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
id: type
1313
run: |
1414
# 디버그: 라벨 JSON 전체 출력
15-
LABELS_JSON='${{ toJson(github.event.issue.labels) }}'
15+
read -r -d '' LABELS_JSON <<'EOF'
16+
${{ toJson(github.event.issue.labels) }}
17+
EOF
1618
echo "Debug ▶ Raw labels JSON:"
1719
echo "$LABELS_JSON"
1820

0 commit comments

Comments
 (0)