From 16581ed661ef4a0bde6cd133544068779e50d902 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Wed, 6 Sep 2023 11:06:19 +0200 Subject: [PATCH] Remove unnecessary fetch-tags (cherry picked from commit 0f4f9b19cab7b32e2e458c7d464d607cbfa32356) --- .github/workflows/format.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 900e50810..d6d14ff57 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,7 +16,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - fetch-tags: 0 persist-credentials: false - name: Check project is formatted