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 authored and carloscastrojumo committed Mar 26, 2024
1 parent a5fc02b commit ec47480
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 ec47480

Please sign in to comment.