diff --git a/.github/workflows/lint-autofix.yml b/.github/workflows/lint-autofix.yml index dd5bc847cdfd..ed857a3e9130 100644 --- a/.github/workflows/lint-autofix.yml +++ b/.github/workflows/lint-autofix.yml @@ -21,6 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} - name: Installation