From 66c08e909b773e3b102ada236c373d71c3348a3b Mon Sep 17 00:00:00 2001 From: Kirill Azovtsev Date: Mon, 27 Jan 2025 00:52:03 +0300 Subject: [PATCH] CI - checkout with master fix --- .github/workflows/zombie-builder.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/zombie-builder.yml b/.github/workflows/zombie-builder.yml index f93a4619b4..5b000f9690 100644 --- a/.github/workflows/zombie-builder.yml +++ b/.github/workflows/zombie-builder.yml @@ -72,7 +72,12 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - + with: + fetch-depth: 0 + + - name: Fetch master branch + run: git fetch origin master:master + - name : "Authenticate with Google Cloud" uses: 'google-github-actions/auth@v2' with: