From 1069d845b461d87af8005379effe960a9c4ce97f Mon Sep 17 00:00:00 2001 From: Gregor Martynus Date: Wed, 16 Oct 2019 15:07:12 -0700 Subject: [PATCH] fix: correct "already in base branch" message thx @jamesmgreene --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c8254cb5..66a25ea3 100644 --- a/index.js +++ b/index.js @@ -107,7 +107,7 @@ async function main() { ); if (currentBranch === DEFAULT_BRANCH) { - core.info(`Already in basen branch "${branch}".`); + core.info(`Already in base branch "${currentBranch}".`); } else { core.debug(`rebase all local changes on base branch`); await runShellCommand(