Fix failing tests
This commit is contained in:
parent
5c2600e559
commit
d068f5372a
11 changed files with 231 additions and 206 deletions
|
|
@ -111,7 +111,7 @@ export const determineMergeBaseCommitOid = async function (): Promise<
|
|||
}
|
||||
|
||||
const mergeSha = getRequiredEnvParam("GITHUB_SHA");
|
||||
const checkoutPath = getRequiredInput("checkout_path");
|
||||
const checkoutPath = getOptionalInput("checkout_path");
|
||||
|
||||
try {
|
||||
let commitOid = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue