File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments