From ed782f2fc65305008a7850674a9d56902334788b Mon Sep 17 00:00:00 2001 From: Aran Roig Date: Sat, 2 May 2026 18:30:44 +0200 Subject: [PATCH] Git fix --- .gitea/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ad8889e..5f7bc49 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,9 +13,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install SSH client + - name: Install dependencies run: | apt-get update -y && apt-get install -y openssh-client + apt-get install -y git - name: Setup SSH inside container run: |