Improve logging

This commit is contained in:
Michal Dorner
2021-03-25 23:45:44 +01:00
parent 3d4a25053b
commit 6d8169070c
3 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ export async function getChangesSinceMergeBase(base: string, ref: string, initia
}
let noMergeBase = false
core.startGroup(`Searching for merge-base ${baseRef}...${ref}`)
core.startGroup(`Searching for merge-base ${base}...${ref}`)
try {
baseRef = await getFullRef(base)
if (!(await hasMergeBase())) {