Update src/git-command-manager.ts
Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
This commit is contained in:
parent
c28661c916
commit
92e6d1ac44
@ -33,7 +33,7 @@ export class GitCommandManager {
|
|||||||
args.push(ref)
|
args.push(ref)
|
||||||
}
|
}
|
||||||
// https://github.com/git/git/commit/a047fafc7866cc4087201e284dc1f53e8f9a32d5
|
// https://github.com/git/git/commit/a047fafc7866cc4087201e284dc1f53e8f9a32d5
|
||||||
args.push('--');
|
args.push('--')
|
||||||
await this.exec(args)
|
await this.exec(args)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user