From 2ec82bc2843f49aa5f50ad6352d7a9cb3531a877 Mon Sep 17 00:00:00 2001 From: Georg K Date: Sat, 28 Sep 2024 00:30:32 +0300 Subject: [PATCH] fix: add repo checkout (2) --- .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 ee61217..a5bdc91 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -11,9 +11,9 @@ jobs: runs-on: helm steps: - - uses: https://github.com/actions/checkout@v4 - name: add git run: apk add --no-cache git + - uses: https://github.com/actions/checkout@v4 - name: add helm push plugin run: helm plugin install https://github.com/chartmuseum/helm-push - name: add gitea repo