From 5c4c8b32c6b201ae556c320d920857110e877d9e Mon Sep 17 00:00:00 2001 From: Victor Seiji Hariki Date: Tue, 22 Nov 2022 19:43:33 -0300 Subject: [PATCH] now I think it will work Signed-off-by: Victor Seiji Hariki Former-commit-id: eaa6ac9b76ba310804f77d841c3401233258da27 --- .github/workflows/autoformat.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 264314c..eb31373 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Prettify uses: creyD/prettier_action@v4.2 with: