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
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
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()