mirror of
https://github.com/actions/checkout.git
synced 2025-04-01 22:10:06 +02:00
run format
This commit is contained in:
parent
d52996e7c2
commit
c5dac4d450
1 changed files with 2 additions and 2 deletions
|
@ -202,10 +202,10 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get commit information
|
// Get commit information
|
||||||
const commitInfo = await git.log1();
|
const commitInfo = await git.log1()
|
||||||
|
|
||||||
// Log commit sha
|
// Log commit sha
|
||||||
await git.log1("--format='%H'");
|
await git.log1("--format='%H'")
|
||||||
|
|
||||||
// Check for incorrect pull request merge commit
|
// Check for incorrect pull request merge commit
|
||||||
await refHelper.checkCommitInfo(
|
await refHelper.checkCommitInfo(
|
||||||
|
|
Loading…
Add table
Reference in a new issue