From 19d23e7eae63c14a862e84ffa1faacd5d98eb83a Mon Sep 17 00:00:00 2001 From: Victor Seiji Hariki Date: Tue, 22 Nov 2022 19:41:43 -0300 Subject: [PATCH] attempt 4 Signed-off-by: Victor Seiji Hariki Former-commit-id: d1940ccdcca6fb49206fb4a55d1e19d4b7271c6f --- .github/workflows/autoformat.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index ef27cbd..264314c 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -10,9 +10,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - fetch-depth: 0 - name: Prettify uses: creyD/prettier_action@v4.2 with: