Skip to content

Commit 9538f1f

Browse files
committed
chore: rebuild action
1 parent 3ea292c commit 9538f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24147,7 +24147,7 @@ function getFileFromRef(ref, filePath, cwd2) {
2414724147
function getBaseRef() {
2414824148
const inputBaseRef = core.getInput("base-ref");
2414924149
if (inputBaseRef) {
24150-
return inputBaseRef;
24150+
return inputBaseRef.includes("/") ? inputBaseRef : `origin/${inputBaseRef}`;
2415124151
}
2415224152
const githubBaseRef = github.context.payload.pull_request?.base.ref;
2415324153
if (githubBaseRef) {

0 commit comments

Comments
 (0)