From 7cca2d6970bcb1ddeadd47b496e90b2f16c2421d Mon Sep 17 00:00:00 2001 From: javila35 Date: Wed, 9 Jun 2021 16:21:38 -0700 Subject: [PATCH] See if adding target helps Based off this comment: https://github.com/wearerequired/lint-action/issues/13#issuecomment-669860138 --- .github/workflows/run-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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