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 ae4e652 commit 7fc8f55Copy full SHA for 7fc8f55
server.rb
@@ -99,8 +99,9 @@ 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 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.
+ # to get confirmation from GitHub, in the form of a webhook, that it was
+ # created before starting CI. Equivalently, a 201 response from
104
+ # POST /repos/:owner/:repo/check-runs could also be used as confirmation.
105
end
106
107
# Start the CI process
0 commit comments