diff --git a/.github/workflows/project-automation-pr.yaml b/.github/workflows/project-automation-pr.yaml index 574d74e..47d6f2b 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=(${{github.event.pull_request.labels}} | jq -r '.name') + PR_LABELS=(jq -r '${{github.event.pull_request.labels}} | .name') echo "$PR_LABELS" - name: Set "Type" field