diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index cf69907..bdc9d44 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -25,11 +25,11 @@ jobs: path: cached key: ${{ runner.os }}-cached - name: Create cached file - if: steps.cache.outputs.cache-hit != 'true' - run: echo foo > cached + if: steps.cache.outputs.cache-hit != 'true' + run: echo foo > cached - name: Is cached - if: steps.cache.outputs.cache-hit == 'true' - run: cat cached + if: steps.cache.outputs.cache-hit == 'true' + run: cat cached # - name: Setup zig # uses: https://github.com/mlugg/setup-zig@v1.2.1 # with: