mirror of
https://github.com/dorny/paths-filter.git
synced 2026-07-27 14:03:03 +02:00
Improve logging
This commit is contained in:
+1
-1
@@ -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())) {
|
||||
|
||||
Reference in New Issue
Block a user