Fix lastCommitCount has not been updated

This commit is contained in:
Michal Dorner
2021-03-08 15:12:58 +01:00
parent 3be8c93277
commit 31c576896e
2 changed files with 45 additions and 47 deletions

View File

@ -81,6 +81,7 @@ export async function getChangesSinceMergeBase(
break
}
depth = Math.min(depth * 2, Number.MAX_SAFE_INTEGER)
lastCommitCount = commitCount
}
} finally {
core.endGroup()