Skip to content

Commit

Permalink
Merge pull request #77 from guidoiaquinti/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ssaunier committed Feb 16, 2023
2 parents 58ae29f + d9bc1dd commit c7af1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
To inspect the names as they appear to the API:

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

0 comments on commit c7af1cc

Please sign in to comment.