mirror of
https://gitea.com/actions/dorny-paths-filter.git
synced 2025-12-16 21:37:11 +00:00
Improve logging
This commit is contained in:
@@ -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