Skip to content

Commit 7c44ad1

Browse files
committed
fix: debug for fix label
1 parent a6af9ac commit 7c44ad1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
- name: Determine Issue Type
1212
id: type
1313
run: |
14-
read -r -d '' LABELS_JSON <<'JSON'
14+
LABELS_JSON=$(cat <<'JSON'
1515
${{ toJson(github.event.issue.labels) }}
1616
JSON
17+
)
1718
1819
label_names=$(echo "$LABELS_JSON" | jq -r '.[].name')
1920

0 commit comments

Comments
 (0)