Update github check with aws log

pull/479/head
Frostebite 2022-12-10 00:35:49 +00:00
parent aa96d861e4
commit a153928dba
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

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

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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({