mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(dir-data): 🐛 try fix directory-migrate on PR from fork
ref https://github.com/collinbarrett/FilterLists/pull/4366
This commit is contained in:
parent
b3a54b05d8
commit
7ccad6930b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/directory-migrate.yml
vendored
3
.github/workflows/directory-migrate.yml
vendored
|
|
@ -29,7 +29,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
fetch-depth: 50 # guess max depth for data migration branch to avoid fetching all while still allowing sync w/upstream
|
||||
|
||||
- name: Lint
|
||||
|
|
|
|||
Loading…
Reference in a new issue