mirror of
https://github.com/actions/checkout.git
synced 2025-04-01 22:10:06 +02:00
lint: format
This commit is contained in:
parent
da844dd131
commit
de8b6b8a2f
1 changed files with 4 additions and 1 deletions
|
@ -471,7 +471,10 @@ class GitCommandManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
async tryReset(): Promise<boolean> {
|
async tryReset(): Promise<boolean> {
|
||||||
const output = await this.execGit(['reset', '--hard', '--recurse-submodules', 'HEAD'], true)
|
const output = await this.execGit(
|
||||||
|
['reset', '--hard', '--recurse-submodules', 'HEAD'],
|
||||||
|
true
|
||||||
|
)
|
||||||
return output.exitCode === 0
|
return output.exitCode === 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue