From da7dfbeb80425acb193b26d822770234e9ddf233 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 19 Jan 2025 10:44:09 +0100 Subject: [PATCH] fixed the missing indices --- .forgejo/workflows/container-build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/container-build.yml b/.forgejo/workflows/container-build.yml index d5769aa..9316b6e 100644 --- a/.forgejo/workflows/container-build.yml +++ b/.forgejo/workflows/container-build.yml @@ -6,10 +6,11 @@ jobs: steps: - name: clone run: | - apt install git; - git init; - git remote add origin "${{ github.repository }}"; - git pull --depth=1; + apt update + apt install git + git init + git remote add origin "${{ github.repository }}" + git pull --depth=1 configuration: runs-on: private-vault needs: