Skip to content

Commit

Permalink
https://github.com/actions/checkout/issues/335
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel committed Jun 16, 2023
1 parent 375e7ed commit c69bd74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
path: .

- name: Set up environment - main
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
path: .

- name: Set up environment - A/B testing
Expand Down

0 comments on commit c69bd74

Please sign in to comment.