We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f074e5 commit 7769e2aCopy full SHA for 7769e2a
.github/workflows/status-checks.yml
@@ -16,7 +16,7 @@ jobs:
16
gh api -X POST "/repos/primer/react/statuses/$SHA" \
17
-f state='success' \
18
-f context='github-ui/ci' \
19
- -f description='Checked manually' }}' \
+ -f description='Checked manually' \
20
env:
21
GH_TOKEN: ${{ github.token }}
22
SHA: ${{ github.event.pull_request.head.sha }}
0 commit comments