mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
CI: Fix eslint checkout step to use pull request head SHA and repository
This commit is contained in:
3
.github/workflows/pr-auto-manager.yml
vendored
3
.github/workflows/pr-auto-manager.yml
vendored
@@ -30,7 +30,8 @@ jobs:
|
|||||||
# https://github.com/marketplace/actions/checkout
|
# https://github.com/marketplace/actions/checkout
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
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
|
- name: Setup Node.js
|
||||||
# Setup Node.js environment
|
# Setup Node.js environment
|
||||||
|
Reference in New Issue
Block a user