Skip to content

Commit 27124a8

Browse files
committed
fetch depth 0
1 parent 07fc7e4 commit 27124a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ jobs:
172172
- name: Get Tags
173173
run: |
174174
git fetch origin --tags
175-
git checkout the-testerrrr
176175
- name: Setup Submodules
177176
run: git config --global --add safe.directory . && git submodule update --init --recursive
178177
- name: Setup MSBuild
@@ -219,7 +218,7 @@ jobs:
219218
with:
220219
repository: Project-Plus-Development-Team/Project-Plus-Dolphin
221220
ref: mac-fixes-again
222-
depth: false
221+
fetch-depth: 0
223222

224223
- name: Checkout Submodules
225224
if: steps.cache-submodules.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)