CI: Fix eslint checkout step to use pull request head SHA and repository

ead05934a081ba4d603a697bd03618095884fcef

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -1Showing whitespace changes
.github/workflows/pr-auto-manager.yml+2 -1
@@ -30,7 +30,8 @@ jobs:
3030 # https://github.com/marketplace/actions/checkout
3131 uses: actions/checkout@v4.2.2
3232 with:
3333 ref: ${{ github.head_refevent.pull_request.head.sha }}
34+ repository: ${{ github.event.pull_request.head.repo.full_name }}
3435
3536 - name: Setup Node.js
3637 # Setup Node.js environment