mirror of
https://github.com/actions/checkout.git
synced 2026-03-25 21:30:36 +00:00
Merge 771ed93a21 into 8530928916
This commit is contained in:
commit
57c942c100
@ -471,7 +471,7 @@ class GitCommandManager {
|
||||
}
|
||||
|
||||
async tryReset(): Promise<boolean> {
|
||||
const output = await this.execGit(['reset', '--hard', 'HEAD'], true)
|
||||
const output = await this.execGit(['reset', '--hard', 'HEAD', '--'], true)
|
||||
return output.exitCode === 0
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user