Skip to content

Commit d9bc1dd

Browse files
Update README.md
Remove `-i` option from the `curl` command.
1 parent 3a56327 commit d9bc1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
To inspect the names as they appear to the API:
192192

193193
```bash
194-
curl -i -u username:$token \
194+
curl -u username:$token \
195195
https://api.github.com/repos/OWNER/REPO/commits/REF/check-runs \
196196
-H 'Accept: application/vnd.github.antiope-preview+json' | jq '[.check_runs[].name]'
197197
```

0 commit comments

Comments
 (0)