From be369c2023aeb55e5381ab29cccc2c21240ef18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 14 Feb 2023 11:17:44 +0100 Subject: [PATCH] ci: another fix to check-git-branches.yml --- .github/workflows/check-git-branches.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-git-branches.yml b/.github/workflows/check-git-branches.yml index 9898b6c76e..d86bc9546c 100644 --- a/.github/workflows/check-git-branches.yml +++ b/.github/workflows/check-git-branches.yml @@ -25,7 +25,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v3 - + with: + fetch-depth: 0 - name: Check merge master run: | ./.github/workflows/support-files/git-merge-check.sh master $branch1