From 1022c4474aec088b66fd22f04a78f1874a21dec5 Mon Sep 17 00:00:00 2001 From: Jim Han <50871214+JimhHan@users.noreply.github.com> Date: Tue, 6 Apr 2021 12:18:26 +0800 Subject: [PATCH] Fix: typo --- .github/workflows/prettier.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 41785b4bf..f8bd1b183 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -11,9 +11,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - fetch-depth: 0 - name: Prettify code uses: creyD/prettier_action@v3.1