From 296374f6c987cb6cc35648dd9a1c7c3f61e2c3b6 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 14 Jan 2020 15:11:41 +0000 Subject: [PATCH] Update action's description (#75) * README: clarify case on the action * Update description --- README.md | 2 +- action.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad6cf5c..2436630 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cache -This GitHub Action allows caching dependencies and build outputs to improve workflow execution time. +This action allows caching dependencies and build outputs to improve workflow execution time. GitHub Actions status 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'