From cf77d724608a461e369f8b3d9a9e5a35ef529b6c Mon Sep 17 00:00:00 2001 From: Maurici Abad Gutierrez Date: Tue, 17 Oct 2023 10:42:04 +0000 Subject: [PATCH] Fix tabulation --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9229a5b9..b241bddd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,9 +7,9 @@ jobs: steps: - name: 🚀 Checkout uses: actions/checkout@v3 - with: - persist-credentials: false - fetch-depth: 0 + with: + persist-credentials: false + fetch-depth: 0 - name: 🎯 Read .nvmrc run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"