Include any message with error

pull/496/head
Frostebite 2023-01-28 01:38:34 +00:00
parent 3b14b8fdb5
commit 93c6d19d12
3 changed files with 3 additions and 2 deletions

1
dist/index.js generated vendored
View File

@ -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,

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -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,