mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-23 10:58:03 +02:00
Fix lastCommitCount has not been updated
This commit is contained in:
@ -81,6 +81,7 @@ export async function getChangesSinceMergeBase(
|
||||
break
|
||||
}
|
||||
depth = Math.min(depth * 2, Number.MAX_SAFE_INTEGER)
|
||||
lastCommitCount = commitCount
|
||||
}
|
||||
} finally {
|
||||
core.endGroup()
|
||||
|
Reference in New Issue
Block a user