From b14e2af35d4b3ad281ef614facde57f713c33a1c Mon Sep 17 00:00:00 2001 From: Mykyta Baliesnyi Date: Tue, 28 Mar 2023 11:45:58 -0700 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3a6531c88..1ad8bdc6f 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: using: 'node16' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' - post-if: success() + post-if: always() branding: icon: 'code' color: 'yellow' From 61552ce935354ba190c798b56ea4a458b4e17997 Mon Sep 17 00:00:00 2001 From: Mykyta Baliesnyi Date: Tue, 28 Mar 2023 11:49:23 -0700 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1ad8bdc6f..f0c1413df 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ --- -name: "Setup Python" +name: "Setup Python (Always Cache)" description: "Set up a specific version of Python and add the command-line tools to the PATH." author: "GitHub" inputs: