From 32fdb39dd33c6ebe68101e41b843c2e986ffdabe Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Fri, 12 Jul 2024 14:39:45 -0400 Subject: [PATCH] fix --- .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 d6e4d131..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