From 41532c55fc7b85118cba8fbc40b96d86936e9374 Mon Sep 17 00:00:00 2001 From: Georg K Date: Sat, 28 Sep 2024 00:51:43 +0300 Subject: [PATCH] fix: try to checkout --- .gitea/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 1efb68a..ed853ce 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -14,7 +14,7 @@ jobs: - name: add git run: apk add --no-cache git - name: clone repo - run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}@${{gitea.sha}} --depth=0 . + run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}@${{gitea.sha}} --depth=1 . - name: add helm push plugin run: helm plugin install https://github.com/chartmuseum/helm-push - name: add gitea repo