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