From 47f9b3f184b81ed930e1f128cbfa6d6fab5e4117 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 24 Nov 2023 00:15:11 +0000 Subject: [PATCH] Update cache/restore/action.yaml --- cache/restore/action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cache/restore/action.yaml b/cache/restore/action.yaml index be45db6..624053c 100644 --- a/cache/restore/action.yaml +++ b/cache/restore/action.yaml @@ -14,4 +14,5 @@ runs: run: | [ ! -f "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" ] && echo "Cache not found" && exit tar --overwrite -xzf "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" - echo "Cache restored: /cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" \ No newline at end of file + echo "Cache restored: /cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" + shell: sh \ No newline at end of file