Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit c9ff5c7

Browse files
committed
https://github.com/actions/checkout/issues/335
1 parent 103c707 commit c9ff5c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3
2525
with:
26+
fetch-depth: 0
2627
path: .
2728

2829
- name: Set up environment - main
@@ -93,6 +94,7 @@ jobs:
9394
- name: Checkout repository
9495
uses: actions/checkout@v3
9596
with:
97+
fetch-depth: 0
9698
path: .
9799

98100
- name: Set up environment - A/B testing

0 commit comments

Comments
 (0)