mirror of
https://gitea.com/actions/dorny-paths-filter.git
synced 2025-12-16 21:37:11 +00: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