mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
fix: remove unused draft param from pull update (#1065)
This commit is contained in:
parent
357cebe268
commit
a7bb76508d
3 changed files with 24 additions and 25 deletions
|
@ -84,8 +84,7 @@ export class GitHubHelper {
|
|||
...this.parseRepository(baseRepository),
|
||||
pull_number: pulls[0].number,
|
||||
title: inputs.title,
|
||||
body: inputs.body,
|
||||
draft: inputs.draft
|
||||
body: inputs.body
|
||||
})
|
||||
core.info(
|
||||
`Updated pull request #${pull.number} (${headBranch} => ${inputs.base})`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue