Merge remote-tracking branch 'actions/main'

This commit is contained in:
Frits Talbot 2022-03-22 19:16:05 +01:00
commit cd648cffcf
107 changed files with 23374 additions and 6166 deletions

View file

@ -202,9 +202,12 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
}
}
// Dump some info about the checked out commit
// Get commit information
const commitInfo = await git.log1()
// Log commit sha
await git.log1("--format='%H'")
// Check for incorrect pull request merge commit
await refHelper.checkCommitInfo(
settings.authToken,