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