From f4f96ba2f9c17afc8d7be9b6bc8af53965ab1dff Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Fri, 1 Nov 2019 15:40:25 -0400 Subject: [PATCH] Update action name to Dependency Caching --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index bbe6089..16a3943 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Cache' +name: 'Dependency Caching' description: 'Cache dependencies and build outputs to improve workflow execution time' author: 'GitHub' inputs: @@ -21,4 +21,4 @@ runs: post-if: 'success()' branding: icon: 'archive' - color: 'gray-dark' \ No newline at end of file + color: 'gray-dark'