diff --git a/.github/workflows/project-automation-pr.yaml b/.github/workflows/project-automation-pr.yaml index 39845e2..a5df49d 100644 --- a/.github/workflows/project-automation-pr.yaml +++ b/.github/workflows/project-automation-pr.yaml @@ -64,7 +64,7 @@ jobs: - name: Print Labels run: | echo '${{github.event.pull_request}}' > pr_data.json - PR_LABELS=($(jq -r '.pull_request.labels[] | .name ' pr_data.json)) + PR_LABELS=('$(jq -r '.pull_request.labels[] | .name' pr_data.json)') echo "$PR_LABELS" - name: Set "Type" field