Skip to content

Commit

Permalink
cicd: fix priority label requirement action file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Mar 21, 2024
1 parent 57452af commit 6c6a809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-priority-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c6a809

Please sign in to comment.