mirror of
https://github.com/actions/checkout.git
synced 2026-06-28 16:55:26 +00:00
Merge 771ed93a21 into b9e0990d21
This commit is contained in:
commit
e93041f805
@ -593,7 +593,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