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 0910286 commit 159a3abCopy full SHA for 159a3ab
server.rb
@@ -99,7 +99,8 @@ def create_check_run
99
)
100
101
# You requested the creation of a check run from GitHub. Now, you'll wait
102
- # to get confirmation from GitHub that it was created before starting CI.
+ # to get confirmation from GitHub in form of a webhook that it was created before starting CI.
103
+ # Equivalently, a 201 response from POST /repos/:owner/:repo/check-runs could also be used as confirmation.
104
end
105
106
# Start the CI process
0 commit comments