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 3a56327 commit d9bc1ddCopy full SHA for d9bc1dd
README.md
@@ -191,7 +191,7 @@ jobs:
191
To inspect the names as they appear to the API:
192
193
```bash
194
-curl -i -u username:$token \
+curl -u username:$token \
195
https://api.github.com/repos/OWNER/REPO/commits/REF/check-runs \
196
-H 'Accept: application/vnd.github.antiope-preview+json' | jq '[.check_runs[].name]'
197
```
0 commit comments