mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
fix: specify head repo (#2044)
This commit is contained in:
parent
143be5d671
commit
153407881e
2 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@ export class GitHubHelper {
|
|||
...this.parseRepository(baseRepository),
|
||||
title: inputs.title,
|
||||
head: headBranch,
|
||||
head_repo: headRepository,
|
||||
base: inputs.base,
|
||||
body: inputs.body,
|
||||
draft: inputs.draft
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue