From 28e42cb4b2e5c73c00f206d5181477080d968051 Mon Sep 17 00:00:00 2001 From: lobo Date: Sat, 12 Apr 2025 23:03:44 +0000 Subject: [PATCH] Update .gitea/workflows/hello_world.yaml --- .gitea/workflows/hello_world.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: