Updated GitHub dependencies to restore checks functionality (#159)

* Fix checks

* Update packages
This commit is contained in:
David Finol
2022-01-11 07:44:47 -06:00
committed by GitHub
parent 6b2660eabd
commit aa7a119f32
6 changed files with 343 additions and 534 deletions

View File

@@ -87,7 +87,7 @@ const ResultsCheck = {
};
const octokit = github.getOctokit(githubToken);
await octokit.checks.create(createCheckRequest);
await octokit.rest.checks.create(createCheckRequest);
},
async renderSummary(runMetas) {