From 4e6530f0bd842c666fb0046edabc1e41d86d67bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 03:50:59 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index f4cddbd..54eaa1d 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -12,9 +12,11 @@ jobs: image: catthehacker/ubuntu:act-latest volumes: - workspace:/workspace + steps: - name: Checkout code uses: actions/checkout@v2 + - name: build git runner shell: bash run: | @@ -24,6 +26,7 @@ jobs: runs-on: homesrv01 container: image: homesrv/git-runner + steps: - name: Checkout code uses: actions/checkout@v2