From 7ccad6930be54043324444086d07f7a04a9ca2f9 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Mon, 17 Jun 2024 10:23:15 -0500 Subject: [PATCH] =?UTF-8?q?fix(dir-data):=20=F0=9F=90=9B=20try=20fix=20dir?= =?UTF-8?q?ectory-migrate=20on=20PR=20from=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref https://github.com/collinbarrett/FilterLists/pull/4366 --- .github/workflows/directory-migrate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/directory-migrate.yml b/.github/workflows/directory-migrate.yml index ff7afbc87..ac2adf46b 100644 --- a/.github/workflows/directory-migrate.yml +++ b/.github/workflows/directory-migrate.yml @@ -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