From 6c6a809849ed71f0902a7c2da72c1063d2a44a1f Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Thu, 21 Mar 2024 10:54:12 -0400 Subject: [PATCH] cicd: fix priority label requirement action file --- .github/workflows/pr-priority-label.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-priority-label.yaml b/.github/workflows/pr-priority-label.yaml index a24ab642..0bef462d 100644 --- a/.github/workflows/pr-priority-label.yaml +++ b/.github/workflows/pr-priority-label.yaml @@ -9,7 +9,7 @@ jobs: issues: write pull-requests: write outputs: - status: {{ "${{ steps.check-labels.outputs.status }}" }} + status: ${{ steps.check-labels.outputs.status }} steps: - id: check-labels uses: mheap/github-action-required-labels@v5