Skip to content

Commit

Permalink
Made reassign-reviewer correctly pass argument to the underlying command
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Jan 15, 2025
1 parent 4735383 commit 1f85959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reassign-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
go build .
- name: Run command
if: steps.read-comment.outputs.match != ''
run: .ci/magician/magician reassign-reviewer ${{ github.event.issue.number }} ${{ steps.read-comment.outputs.match.group1 }}
run: .ci/magician/magician reassign-reviewer ${{ github.event.issue.number }} ${{ steps.read-comment.outputs.group1 }}

0 comments on commit 1f85959

Please sign in to comment.