From 00190375fb48a8f8076f72feb65563a900ead3da Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Thu, 15 Feb 2024 20:26:46 +0100 Subject: [PATCH] Update action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 0125281..85478b7 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: 'S3 Cache for GitHub Actions' +description: 'Drop-in GitHub actions/cache replacement with S3 backend' +author: 'RunsOn' inputs: path: description: 'A list of files, directories, and wildcard patterns to cache and restore'