Include any message with error
parent
3b14b8fdb5
commit
93c6d19d12
|
@ -6473,6 +6473,7 @@ class GitHub {
|
|||
}
|
||||
GitHub.startedDate = new Date().toISOString();
|
||||
cloud_runner_logger_1.default.log(`Creating inital github check`);
|
||||
GitHub.longDescriptionContent = JSON.stringify(cloud_runner_1.default.buildParameters, undefined, 4);
|
||||
const data = {
|
||||
owner: GitHub.owner,
|
||||
repo: GitHub.repo,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -50,7 +50,7 @@ class GitHub {
|
|||
GitHub.startedDate = new Date().toISOString();
|
||||
|
||||
CloudRunnerLogger.log(`Creating inital github check`);
|
||||
|
||||
GitHub.longDescriptionContent = JSON.stringify(CloudRunner.buildParameters, undefined, 4);
|
||||
const data = {
|
||||
owner: GitHub.owner,
|
||||
repo: GitHub.repo,
|
||||
|
|
Loading…
Reference in New Issue