From 4d70aaa89f6fcd290a190539d4b47d6abce64cad Mon Sep 17 00:00:00 2001 From: whywaita Date: Mon, 14 Feb 2022 19:02:36 +0900 Subject: [PATCH] Actions name needs unique --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index b74fee1..770709d 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'Cache' -description: 'Cache artifacts like dependencies and build outputs to improve workflow execution time' -author: 'GitHub' +name: 'Cache S3' +description: 'actions/cache@v2 for AWS S3 and compatible software (forked Actions)' +author: 'whywaita' inputs: path: description: 'A list of files, directories, and wildcard patterns to cache and restore'