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