Update github check with aws log
parent
aa96d861e4
commit
a153928dba
|
|
@ -6121,7 +6121,7 @@ class GitHub {
|
|||
const token = cloud_runner_1.default.buildParameters.gitPrivateToken;
|
||||
const owner = cloud_runner_options_1.default.githubOwner;
|
||||
const repo = cloud_runner_options_1.default.githubRepoName;
|
||||
GitHub.startedDate = Date.now().toString();
|
||||
GitHub.startedDate = new Date().toISOString();
|
||||
// call github api to create a check
|
||||
const octokit = new core_1.Octokit({
|
||||
auth: process.env.CHECKS_API_TOKEN || token,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -18,7 +18,7 @@ class GitHub {
|
|||
const token = CloudRunner.buildParameters.gitPrivateToken;
|
||||
const owner = CloudRunnerOptions.githubOwner;
|
||||
const repo = CloudRunnerOptions.githubRepoName;
|
||||
GitHub.startedDate = Date.now().toString();
|
||||
GitHub.startedDate = new Date().toISOString();
|
||||
|
||||
// call github api to create a check
|
||||
const octokit = new Octokit({
|
||||
|
|
|
|||
Loading…
Reference in New Issue