Skip to content

Commit 7769e2a

Browse files
joshblackCopilot
andauthored
Update .github/workflows/status-checks.yml
Co-authored-by: Copilot <[email protected]>
1 parent 7f074e5 commit 7769e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/status-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
gh api -X POST "/repos/primer/react/statuses/$SHA" \
1717
-f state='success' \
1818
-f context='github-ui/ci' \
19-
-f description='Checked manually' }}' \
19+
-f description='Checked manually' \
2020
env:
2121
GH_TOKEN: ${{ github.token }}
2222
SHA: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)