From 92baa76c0979a5d07b05ceb3839ef4c403e4647d Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Wed, 29 Mar 2023 13:15:05 -0700 Subject: [PATCH] Fix eslint cache update --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e24cd12f221..aeaf2f28304d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: path: | .eslintcache tsconfig.tsbuildinfo - key: ${{ steps.cache-lint.cache-primary-key }} + key: ${{ steps.cache-lint.outputs.cache-primary-key }} macos: needs: lint