Skip to content

Commit

Permalink
CI - checkout with master fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Azovtsev committed Jan 26, 2025
1 parent 6e6003b commit 66c08e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/zombie-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 66c08e9

Please sign in to comment.