From 59b80690624c3167d39dfa1d3127b9a639c2a67f Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 8 Nov 2019 16:09:31 +0000 Subject: [PATCH] Update description --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index bbe6089..cc77f1b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Cache' -description: 'Cache dependencies and build outputs to improve workflow execution time' +name: 'Cache Artifacts' +description: 'Cache artifacts like dependencies and build outputs to improve workflow execution time' author: 'GitHub' inputs: path: @@ -21,4 +21,4 @@ runs: post-if: 'success()' branding: icon: 'archive' - color: 'gray-dark' \ No newline at end of file + color: 'gray-dark'