Skip to content

Commit 4b3e985

Browse files
authored
Fixed override-missing-labels action (#15697)
1 parent 3544d56 commit 4b3e985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/override-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
4646
-H "X-GitHub-Api-Version: 2022-11-28" \
4747
https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha }} \
48-
-d '{"state":"${{ env.STATE }}","description":"${{ env.DESCRIPTION }}","context":"override-missing-service-labels"}'
48+
-d '{"state":"${{ env.STATE }}","description":"${{ env.DESCRIPTION }}","context":"terraform-provider-missing-service-labels"}'

0 commit comments

Comments
 (0)