diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5433fef..37ec7fd 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -52,7 +52,7 @@ jobs: path: ~/.npm key: deps-node-modules-${{ steps.get-cache-hash.outputs.hash }} - name: Check Cache Hit - run: echo "Hit Cache: ${{ cache-modules.outputs.cache-hit }}" + run: echo "Hit Cache: ${{ steps.cache-modules.outputs.cache-hit }}" - name: Install Dependencies run: npm ci - name: Run Tests