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:
30 # https://github.com/marketplace/actions/checkout30 # https://github.com/marketplace/actions/checkout
31 uses: actions/checkout@v4.2.231 uses: actions/checkout@v4.2.2
32 with:32 with:
33 ref: ${{ github.head_ref }}33 ref: ${{ github.event.pull_request.head.sha }}
34 repository: ${{ github.event.pull_request.head.repo.full_name }}
3435
35 - name: Setup Node.js36 - name: Setup Node.js
36 # Setup Node.js environment37 # Setup Node.js environment