From ec474802ba2326ebe68b8fba9d29cb4425aea097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Latorre?= Date: Wed, 22 Mar 2023 09:31:11 +0100 Subject: [PATCH] Fix typo in team reviewers input parameter --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 46d957f..24d7346 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ export async function run(): Promise { 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') }