Skip to content

Commit

Permalink
chore: update choosing reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
stardustmeg committed Apr 24, 2024
1 parent fceb320 commit 59683de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
route: POST /repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers
mediaType: '{"previews":["luke-cage"]}'
token: ${{ secrets.GITHUB_TOKEN }}
reviewers: ${{ join(steps.select_reviewers.outputs.reviewers, ', ') }}
reviewers: ${{ steps.select_reviewers.outputs.reviewers[0] }}", "${{ steps.select_reviewers.outputs.reviewers[1] }}"

0 comments on commit 59683de

Please sign in to comment.