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

This commit is contained in:
Cohee
2025-04-16 21:44:21 +03:00
parent 722b0698e9
commit ead05934a0

View File

@@ -30,7 +30,8 @@ jobs:
# https://github.com/marketplace/actions/checkout
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Setup Node.js
# Setup Node.js environment