formatting
This commit is contained in:
parent
744c8ceb5d
commit
8a55f622b6
4 changed files with 62 additions and 40 deletions
|
|
@ -28,7 +28,7 @@ async function run(): Promise<void> {
|
|||
teamReviewers: utils.getInputAsArray('team-reviewers'),
|
||||
milestone: Number(core.getInput('milestone')),
|
||||
draft: core.getBooleanInput('draft'),
|
||||
signCommit: core.getBooleanInput('sign-commit'),
|
||||
signCommit: core.getBooleanInput('sign-commit')
|
||||
}
|
||||
core.debug(`Inputs: ${inspect(inputs)}`)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue