mirror of
https://github.com/actions/checkout.git
synced 2026-07-07 22:19:08 +00:00
Merge 771ed93a21 into 4f1f4aec02
This commit is contained in:
commit
b31d7556b6
@ -593,7 +593,7 @@ class GitCommandManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async tryReset(): Promise<boolean> {
|
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
|
return output.exitCode === 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user