mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Merge pull request #5 from dimitris-am/update-distribution
Update distribution
This commit is contained in:
commit
6d4588e398
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) {
|
push(options) {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
const args = ['push'];
|
const args = ['push', '--no-verify']; //added no verify here
|
||||||
if (options) {
|
if (options) {
|
||||||
args.push(...options);
|
args.push(...options);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue