From 20058080eafe521d4937680495560f2cf994a27f Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Mon, 27 Dec 2021 16:59:24 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a86abe8..0a793fa 100644 --- a/README.md +++ b/README.md @@ -9,11 +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-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }} - restore-keys: | - ${{ runner.os }}-test-${{ env.cache-name }}- - ${{ runner.os }}-test- - ${{ runner.os }}- + key: ${{ runner.os }}-test-${{ inputs.cache-name }}-${{ hashFiles('**/Project.toml') }} + restore-keys: | + ${{ runner.os }}-test-${{ inputs.cache-name }}- ``` ## Usage