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