From 762fefa34d210ebf4231dc88fb71acd2640174a1 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Wed, 24 Jul 2024 15:06:06 +0300 Subject: [PATCH] bring back depth 0 --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ccdc0fce..bbc21b58 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -76,8 +76,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - # with: - # fetch-depth: 0 + with: + fetch-depth: 0 # needed for commit authors plugin - name: Login to GitHub Container Registry uses: docker/login-action@v1