forked from mirrors/nixpkgs
.github/workflows/pending-set.yml: failed -> pending
This commit is contained in:
parent
a5df15db6f
commit
ac98f9973f
2
.github/workflows/pending-set.yml
vendored
2
.github/workflows/pending-set.yml
vendored
|
@ -16,5 +16,5 @@ jobs:
|
|||
-X POST \
|
||||
-H "Accept: application/vnd.github.v3+json" \
|
||||
-H "Authorization: token $GITHUB_TOKEN" \
|
||||
-d '{"state": "failure", "target_url": " ", "description": "This failed status will be cleared when ofborg finishes eval.", "context": "Wait for ofborg"}' \
|
||||
-d '{"state": "pending", "target_url": " ", "description": "This pending status will be cleared when ofborg starts eval.", "context": "Wait for ofborg"}' \
|
||||
"https://api.github.com/repos/NixOS/nixpkgs/statuses/${{ github.event.pull_request.head.sha }}"
|
||||
|
|
Loading…
Reference in a new issue