mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 00:59:04 +00:00
Fix undefined
instead of ref in log output
This commit is contained in:
parent
37a6d38b2d
commit
02eeef4973
2 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue