Skip to content

Commit 159a3ab

Browse files
swintonrachmari
andauthored
Update server.rb
Co-Authored-By: rachmari <rachmari@github.com>
1 parent 0910286 commit 159a3ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ def create_check_run
9999
)
100100

101101
# 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.
102+
# 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.
103104
end
104105

105106
# Start the CI process

0 commit comments

Comments
 (0)