diff --git a/.github/workflows/project-automation-pr.yaml b/.github/workflows/project-automation-pr.yaml index 47d6f2b..19ccf19 100644 --- a/.github/workflows/project-automation-pr.yaml +++ b/.github/workflows/project-automation-pr.yaml @@ -63,7 +63,7 @@ jobs: - name: Print Labels run: | - PR_LABELS=(jq -r '${{github.event.pull_request.labels}} | .name') + PR_LABELS=($(jq -r '${{github.event.pull_request.labels}} | .name')) echo "$PR_LABELS" - name: Set "Type" field