1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-14 16:53:47 +08:00
This commit is contained in:
Jayen
2026-01-10 01:41:19 +05:30
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -365,6 +365,7 @@ class GitCommandManager {
}
async init(): Promise<void> {
await this.config('init.defaultBranch', 'main', true, true)
await this.execGit(['init', this.workingDirectory])
}