Update src/git-command-manager.ts

Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
This commit is contained in:
Kenji Miyake 2022-01-30 22:16:37 +09:00 committed by GitHub
parent c28661c916
commit 92e6d1ac44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ export class GitCommandManager {
args.push(ref)
}
// https://github.com/git/git/commit/a047fafc7866cc4087201e284dc1f53e8f9a32d5
args.push('--');
args.push('--')
await this.exec(args)
}