Remove branch-suffix input

This commit is contained in:
Peter Evans 2020-07-19 13:58:50 +09:00
parent 794518a553
commit b5b1bc17a4
4 changed files with 2 additions and 52 deletions

View file

@ -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)}`)