From 93e971b267bb4e468534acc1ce72efd4861743f9 Mon Sep 17 00:00:00 2001 From: lerko96 Date: Sun, 12 Apr 2026 17:17:07 -0400 Subject: [PATCH] fix checkout: install git in build container --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6064e1a8..340f9007 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Install SSH and rsync - run: apk add --no-cache openssh-client rsync + run: apk add --no-cache openssh-client rsync git - name: Checkout uses: actions/checkout@v4