From c2fa2865772a4510a4880b7359948d9a4407e68f Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Sun, 23 Jul 2023 19:33:29 +0200 Subject: [PATCH] git added to install --- .gitea/workflows/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index e06eef6..9a0ebe4 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -9,7 +9,7 @@ jobs: container: image: alpine:latest steps: - - run: apk --no-cache add nodejs + - run: apk --no-cache add nodejs git - uses: actions/checkout@v3 - name: docker login uses: docker/login-action@v2