Restore the branch-suffix input
This commit is contained in:
parent
3c6aade49b
commit
8c01dce3ac
6 changed files with 65 additions and 17 deletions
src
|
@ -12,6 +12,7 @@ async function run(): Promise<void> {
|
|||
committer: core.getInput('committer'),
|
||||
author: core.getInput('author'),
|
||||
branch: core.getInput('branch'),
|
||||
branchSuffix: core.getInput('branch-suffix'),
|
||||
base: core.getInput('base'),
|
||||
pushToFork: core.getInput('push-to-fork'),
|
||||
title: core.getInput('title'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue