From 7125dec29e4c6b8d0e44fd7d86d4b6eddaed434a Mon Sep 17 00:00:00 2001 From: Matthew Matl Date: Wed, 17 Apr 2024 03:45:09 -0700 Subject: [PATCH] fix: rename actions --- action.yml | 2 +- restore/action.yml | 2 +- save/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 0125281..7070b02 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Cache' +name: 'Cache to S3' description: 'Cache artifacts like dependencies and build outputs to improve workflow execution time' author: 'GitHub' inputs: diff --git a/restore/action.yml b/restore/action.yml index 194669f..642b0b6 100644 --- a/restore/action.yml +++ b/restore/action.yml @@ -1,4 +1,4 @@ -name: 'Restore Cache' +name: 'Restore an S3 Cache' description: 'Restore Cache artifacts like dependencies and build outputs to improve workflow execution time' author: 'GitHub' inputs: diff --git a/save/action.yml b/save/action.yml index 6696d45..89fa09d 100644 --- a/save/action.yml +++ b/save/action.yml @@ -1,4 +1,4 @@ -name: 'Save a cache' +name: 'Save an S3 Cache' description: 'Save Cache artifacts like dependencies and build outputs to improve workflow execution time' author: 'GitHub' inputs: