Skip to content

Commit

Permalink
feat: PR 넘버 지정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekiter committed Nov 17, 2023
1 parent b788b49 commit 79a55b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
PR_NUMBER: ${{ steps.findPr.outputs.number }}

0 comments on commit 79a55b1

Please sign in to comment.