mirror of
https://github.com/actions/checkout.git
synced 2026-06-21 22:19:55 +08:00
Merge 771ed93a21 into 9c091bb21b
This commit is contained in:
commit
238e81f2a5
|
|
@ -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