From 1533c86335c18d53ac320b97660a87f049af034c Mon Sep 17 00:00:00 2001 From: luxferre Date: Mon, 8 Jun 2026 14:45:54 +0100 Subject: [PATCH] ci: git within container --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 5f6db77..d5bda9a 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -11,7 +11,7 @@ jobs: container: image: ghcr.io/astral-sh/uv:alpine steps: - - run: apk add --no-cache nodejs npm + - run: apk add --no-cache nodejs npm git - uses: actions/checkout@v4 with: submodules: true