diff --git a/.github/workflows/run-lint.yml b/.github/workflows/run-lint.yml index 7361858e..91c78a09 100644 --- a/.github/workflows/run-lint.yml +++ b/.github/workflows/run-lint.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - ref: ${{ github.event.pull_request.head.ref }} + ref: ${{ github.event.pull_request_target.head.ref }} - name: Run prettier uses: creyD/prettier_action@v3.3