Skip to content

Commit

Permalink
repoName hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali M authored and Sayali M committed Dec 21, 2023
1 parent dde5968 commit b71b57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
}
console.log("No liquibaseSha passed. Looking for branch "+liquibaseBranchName);

let liquibaseBranch = await helper.findMatchingBranch(repoOwnerName, repoName, [liquibaseBranchName, "master", "main"]);
let liquibaseBranch = await helper.findMatchingBranch(liquibase, liquibase, [liquibaseBranchName, "master", "main"]);
liquibaseSha = liquibaseBranch.sha;
}
core.setOutput("liquibaseSha", liquibaseSha);
Expand Down

0 comments on commit b71b57c

Please sign in to comment.