Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Jul 10, 2024
1 parent 0afb493 commit 5e7846b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/hybrid_branch_deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
pullRequests.push(...pr.data);
}
}
reutrn pullRequests;
return pullRequests;
- name: Print PRs
run: echo "${{ steps.get_prs.outputs.result }}"
Expand Down

0 comments on commit 5e7846b

Please sign in to comment.