From c0a84161af3245913911abeeaed89cef30649113 Mon Sep 17 00:00:00 2001 From: Anthony Guimard Date: Sat, 23 Nov 2024 15:36:04 +0100 Subject: [PATCH] chore: fix wrong key cache --- .github/workflows/sanity-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index acad404..f3ce481 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -13,7 +13,7 @@ jobs: name: Setup Dependencies runs-on: ubuntu-latest outputs: - cache-key: ${{ steps.cache-node-modules.outputs.cache-hit }} + cache-key: ${{ steps.cache-node-modules.outputs.cache-key }} steps: - name: Checkout code uses: actions/checkout@v4