From 803cceee39693b68574e7ad32f57b94102808a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Thu, 14 Dec 2023 13:32:00 +0100 Subject: [PATCH] chore: attempt fo fix Lint Autofix workflow (#9632) --- .github/workflows/lint-autofix.yml | 1 + 1 file changed, 1 insertion(+) 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