Skip to content

Commit

Permalink
Add reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter HEERWEGH committed Nov 4, 2023
1 parent 76a664a commit 9dddd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ runs:
pull_number: prNumber,
owner: '${{ inputs.owner }}',
repo: '${{ inputs.parent_repository }}'.split('/')[1].trim(),
reviewers: ['${{ inputs.reviewer }}']
reviewers: ${{ inputs.reviewer }}
});

0 comments on commit 9dddd49

Please sign in to comment.