feat: add input for branch delete

This commit is contained in:
Peter Evans 2020-09-06 10:21:35 +09:00
parent 5ea31358e9
commit a49ee3308e
6 changed files with 34 additions and 17 deletions

View file

@ -13,6 +13,7 @@ async function run(): Promise<void> {
author: core.getInput('author'),
signoff: core.getInput('signoff') === 'true',
branch: core.getInput('branch'),
deleteBranch: core.getInput('delete-branch') === 'true',
branchSuffix: core.getInput('branch-suffix'),
base: core.getInput('base'),
pushToFork: core.getInput('push-to-fork'),