Skip to content

Commit

Permalink
Fix typo in team reviewers input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeslat committed Mar 22, 2023
1 parent 19e4ffe commit 31c061b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function run(): Promise<void> {
inherit_labels: utils.getInputAsBoolean('inherit_labels'),
assignees: utils.getInputAsArray('assignees'),
reviewers: utils.getInputAsArray('reviewers'),
teamReviewers: utils.getInputAsArray('teamReviewers'),
teamReviewers: utils.getInputAsArray('team-reviewers'),
cherryPickBranch: core.getInput('cherry-pick-branch')
}

Expand Down

0 comments on commit 31c061b

Please sign in to comment.