From bdd5c7c38b80c531831e6c281ce029c8ff6a60b4 Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov Date: Wed, 18 Dec 2024 10:59:11 +0100 Subject: [PATCH] Update .github/actions/cache-deps/action.yml Co-authored-by: Usame Algan <5880855+usame-algan@users.noreply.github.com> --- .github/actions/cache-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache-deps/action.yml b/.github/actions/cache-deps/action.yml index caa8e2b6bf..49fcfab15b 100644 --- a/.github/actions/cache-deps/action.yml +++ b/.github/actions/cache-deps/action.yml @@ -76,7 +76,7 @@ runs: echo "computed-cache-key-nc=${{ steps.restore-nc.outputs.cache-primary-key }}" >> $GITHUB_OUTPUT - - name: Save Nextj.js + - name: Save Next.js if: ${{ inputs.mode == 'save-nc' }} uses: actions/cache/save@v4 with: