mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
build: update distribution
This commit is contained in:
parent
8843435185
commit
05d0468146
1 changed files with 1 additions and 1 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -698,7 +698,7 @@ class GitCommandManager {
|
|||
}
|
||||
push(options) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const args = ['push'];
|
||||
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