Fix failing tests

This commit is contained in:
Andrew Eisenberg 2022-03-01 13:58:50 -08:00
parent 5c2600e559
commit d068f5372a
11 changed files with 231 additions and 206 deletions

2
lib/actions-util.js generated
View file

@ -113,7 +113,7 @@ const determineMergeBaseCommitOid = async function () {
return undefined;
}
const mergeSha = (0, util_1.getRequiredEnvParam)("GITHUB_SHA");
const checkoutPath = getRequiredInput("checkout_path");
const checkoutPath = (0, exports.getOptionalInput)("checkout_path");
try {
let commitOid = "";
let baseOid = "";