Skip to content

Commit

Permalink
Merge pull request #96 from jeslat/fix-team-reviewers
Browse files Browse the repository at this point in the history
Fix typo in team reviewers input parameter
  • Loading branch information
carloscastrojumo authored Mar 26, 2024
2 parents a5fc02b + ec47480 commit 7bd20ca
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 7bd20ca

Please sign in to comment.