mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
just trying to upd dist
This commit is contained in:
parent
f5c60f03b6
commit
242e7cedc0
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ export class GitCommandManager {
|
|||
}
|
||||
|
||||
async push(options?: string[]): Promise<void> {
|
||||
const args = ['push', '--no-verify']
|
||||
const args = ['push', '--no-verify'] //added no verify here
|
||||
if (options) {
|
||||
args.push(...options)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue