From 3fd062290a53d3fa78b911e317995508898137db Mon Sep 17 00:00:00 2001 From: tim h Date: Tue, 29 Nov 2022 19:59:16 -0600 Subject: [PATCH] attempt at updating prettier action --- {.github.bkp => .github}/workflows/autoformat.yml | 1 + 1 file changed, 1 insertion(+) rename {.github.bkp => .github}/workflows/autoformat.yml (90%) diff --git a/.github.bkp/workflows/autoformat.yml b/.github/workflows/autoformat.yml similarity index 90% rename from .github.bkp/workflows/autoformat.yml rename to .github/workflows/autoformat.yml index ea58136..e2ed9bf 100644 --- a/.github.bkp/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -13,4 +13,5 @@ jobs: - name: Prettify uses: creyD/prettier_action@v4.2 with: + ref: ${{ github.head_ref }} prettier_options: --write **/*.{js,html,css,md}