From dfaf7ce7f7b5cb6c939ecb9d3de3aa20a1f15777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Greffier?= Date: Mon, 25 Nov 2024 09:35:56 +0100 Subject: [PATCH] Update hotfix.yml --- .github/workflows/hotfix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hotfix.yml b/.github/workflows/hotfix.yml index 0f45216..f735533 100644 --- a/.github/workflows/hotfix.yml +++ b/.github/workflows/hotfix.yml @@ -15,6 +15,7 @@ jobs: - name: Checkout project uses: actions/checkout@v4 with: + fetch-depth: 0 token: ${{ secrets.CI_CD_TOKEN }} - name: Create hotfix branch