mirror of
https://github.com/actions/checkout.git
synced 2026-03-10 09:01:44 +08:00
Compare commits
2 Commits
93d9fe3abc
...
233305a7ab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
233305a7ab | ||
|
|
dad69cab55 |
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -713,7 +713,7 @@ class GitCommandManager {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
yield this.execGit([
|
||||
'init',
|
||||
'--initial-branch=silence_warning_about_default_branch',
|
||||
'--initial-branch=placeholder',
|
||||
this.workingDirectory
|
||||
]);
|
||||
});
|
||||
|
||||
@ -330,7 +330,7 @@ class GitCommandManager {
|
||||
async init(): Promise<void> {
|
||||
await this.execGit([
|
||||
'init',
|
||||
'--initial-branch=silence_warning_about_default_branch',
|
||||
'--initial-branch=placeholder',
|
||||
this.workingDirectory
|
||||
])
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user