1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-01-22 05:22:55 +00:00
This commit is contained in:
Jayen 2026-01-10 01:41:19 +05:30 committed by GitHub
commit 29632b77c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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])
}