Skip to content

Commit ea59c6a

Browse files
committed
removed fetch-depth as this is default
1 parent efba8aa commit ea59c6a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/build_template.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
23-
with:
24-
fetch-depth: 0
2523

2624
- name: Set up Docker Buildx
2725
uses: docker/setup-buildx-action@v3
@@ -49,8 +47,6 @@ jobs:
4947
steps:
5048
- name: Checkout repository
5149
uses: actions/checkout@v4
52-
with:
53-
fetch-depth: 0
5450

5551
- name: Install E2B CLI
5652
run: npm install -g @e2b/cli

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ jobs:
178178
steps:
179179
- name: Checkout repository
180180
uses: actions/checkout@v4
181-
with:
182-
fetch-depth: 0
183181

184182
- name: Set up Docker Buildx
185183
uses: docker/setup-buildx-action@v3
@@ -221,8 +219,6 @@ jobs:
221219
steps:
222220
- name: Checkout repository
223221
uses: actions/checkout@v4
224-
with:
225-
fetch-depth: 0
226222
- name: Install E2B CLI
227223
run: npm install -g @e2b/cli
228224

@@ -270,7 +266,6 @@ jobs:
270266
- name: Checkout Repo
271267
uses: actions/checkout@v4
272268
with:
273-
fetch-depth: 0
274269
token: ${{ steps.app-token.outputs.token }}
275270

276271

0 commit comments

Comments
 (0)