Skip to content

Commit

Permalink
Include author input in getMergedPullRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Mar 11, 2022
1 parent b36c291 commit 67ebf69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
number: ${{ steps.getMergedPullRequest.outputs.number }}
labels: ${{ steps.getMergedPullRequest.outputs.labels }}
assignees: ${{ steps.getMergedPullRequest.outputs.assignees }}
author: ${{ steps.getMergedPullRequest.outputs.author }}

steps:
- name: Get merged pull request
Expand Down

0 comments on commit 67ebf69

Please sign in to comment.