mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
Updated GitHub dependencies to restore checks functionality (#159)
* Fix checks * Update packages
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user