mirror of
https://github.com/actions/checkout.git
synced 2026-07-12 20:45:37 +00:00
Merge 771ed93a21 into e8d4307400
This commit is contained in:
commit
ed58e8ce6b
@ -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