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