mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 00:59:04 +00:00
Fix lastCommitCount has not been updated
This commit is contained in:
parent
3be8c93277
commit
31c576896e
2 changed files with 45 additions and 47 deletions
|
@ -81,6 +81,7 @@ export async function getChangesSinceMergeBase(
|
|||
break
|
||||
}
|
||||
depth = Math.min(depth * 2, Number.MAX_SAFE_INTEGER)
|
||||
lastCommitCount = commitCount
|
||||
}
|
||||
} finally {
|
||||
core.endGroup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue