From f09f89405accb9e428211204038d0d3de234c49c Mon Sep 17 00:00:00 2001 From: Fergus Molloy Date: Fri, 18 Jul 2025 13:28:54 +0100 Subject: [PATCH] small change --- .gitea/workflows/cargo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cargo.yaml b/.gitea/workflows/cargo.yaml index 6ccc159..9a1e760 100644 --- a/.gitea/workflows/cargo.yaml +++ b/.gitea/workflows/cargo.yaml @@ -17,7 +17,7 @@ jobs: with: patterns: Cargo.toml - name: Echo hash - run: echo ${{ steps.get-hash.outputs.hash }} + run: echo "hash is ${{ steps.get-hash.outputs.hash }}" - name: cache go id: cache-go uses: actions/cache@v3