mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Remove branch-suffix input
This commit is contained in:
parent
794518a553
commit
b5b1bc17a4
4 changed files with 2 additions and 52 deletions
|
@ -21,8 +21,7 @@ async function run(): Promise<void> {
|
|||
draft: core.getInput('draft') === 'true',
|
||||
branch: core.getInput('branch'),
|
||||
pushToFork: core.getInput('push-to-fork'),
|
||||
base: core.getInput('base'),
|
||||
branchSuffix: core.getInput('branch-suffix')
|
||||
base: core.getInput('base')
|
||||
}
|
||||
core.debug(`Inputs: ${inspect(inputs)}`)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue