Commit a95fb52
committed
Correct
According to [this documentation][1], I should've written `success`
instead of `successful`, and this is also double-checked by querying the
API:
```sh
curl -SsfL -H @headers $GITHUB_API | jq '{ state, conclusion }'
{
"state": null,
"conclusion": "success"
}
```
[1]: https://archive.is/4IM5j#check-statuses-and-conclusionssuccessful to success
1 parent ebf5a0f commit a95fb52
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments