From 8e86b8dd2ac6a35ae0229810e23df5cde7e2a391 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Mon, 27 Dec 2021 16:59:48 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a793fa..186f483 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Using this action is equivalent to including the following step in your workflow cache-name: cache-artifacts with: path: ~/.julia/artifacts - key: ${{ runner.os }}-test-${{ inputs.cache-name }}-${{ hashFiles('**/Project.toml') }} + key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }} restore-keys: | - ${{ runner.os }}-test-${{ inputs.cache-name }}- + ${{ runner.os }}-test-${{ env.cache-name }}- ``` ## Usage