mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-23 10:58:03 +02:00
Fix undefined
instead of ref in log output
This commit is contained in:
@ -65,7 +65,7 @@ export async function getChangesSinceMergeBase(base: string, head: string, initi
|
||||
}
|
||||
|
||||
let noMergeBase = false
|
||||
core.startGroup(`Searching for merge-base ${base}...${headRef}`)
|
||||
core.startGroup(`Searching for merge-base ${base}...${head}`)
|
||||
try {
|
||||
baseRef = await getFullRef(base)
|
||||
headRef = await getFullRef(head)
|
||||
|
Reference in New Issue
Block a user