diff --git a/actions/hybrid_branch_deploy/action.yml b/actions/hybrid_branch_deploy/action.yml index fc29658..7f760f2 100644 --- a/actions/hybrid_branch_deploy/action.yml +++ b/actions/hybrid_branch_deploy/action.yml @@ -108,7 +108,7 @@ runs: pullRequests.push(...pr.data); } } - reutrn pullRequests; + return pullRequests; - name: Print PRs run: echo "${{ steps.get_prs.outputs.result }}"