Fix index.js

pull/99/head
David Finol 2021-02-28 00:30:06 -06:00
parent 6d699162a5
commit 0a356527f4
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@ async function action() {
}
if (githubToken) {
const failedTestCount = await ResultsCheck.createCheck(artifactsPath, checkName, githubToken);
const failedTestCount = await ResultsCheck.createCheck(artifactsPath, githubToken, checkName);
if (failedTestCount >= 1) {
core.setFailed(`Test(s) Failed! Check '${checkName}' for details.`);
}