From 90d4f4be3ec0bbcb2f606437231f254fbcdd3148 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 5 Jul 2021 17:37:44 -0700 Subject: [PATCH] Try and fix the workflow failing --- web/.github/workflows/linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/web/.github/workflows/linter.yml b/web/.github/workflows/linter.yml index 20df49370..c13c5b616 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -13,6 +13,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + ref: ${{ github.head_ref }} - name: Prettier uses: creyD/prettier_action@v3.1