Skip to content

Commit ef507a1

Browse files
committed
chore(ci): Fix actions/checkout
1 parent eeb6c08 commit ef507a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
- name: Disable etelemetry
150150
run: echo "NO_ET=TRUE" >> $GITHUB_ENV
151151
- uses: actions/checkout@v4
152-
- name: Fetch tags
153-
run: git fetch --prune --unshallow
152+
with:
153+
fetch-depth: 0
154154
- name: Pull docker image
155155
run: |
156156
docker pull $DOCKER_IMAGE

0 commit comments

Comments
 (0)