From 4e218db62dca29e044ed57dcfb47c2308b4bcb2d Mon Sep 17 00:00:00 2001 From: Boris Staal Date: Sun, 9 Apr 2023 13:44:17 -0500 Subject: [PATCH] Actions renamed --- restore/action.yml | 4 ++-- save/action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/restore/action.yml b/restore/action.yml index 0c83ba8..f3384ad 100644 --- a/restore/action.yml +++ b/restore/action.yml @@ -1,5 +1,5 @@ -name: 'Restore Cache' -description: 'Restore Cache artifacts like dependencies and build outputs to improve workflow execution time' +name: 'Restore Cache (AWS S3)' +description: 'Restore Cache artifacts stored in S3 like dependencies and build outputs to improve workflow execution time' author: 'GitHub' inputs: path: diff --git a/save/action.yml b/save/action.yml index 0ecd9cc..467d061 100644 --- a/save/action.yml +++ b/save/action.yml @@ -1,5 +1,5 @@ -name: 'Save a cache' -description: 'Save Cache artifacts like dependencies and build outputs to improve workflow execution time' +name: 'Save a cache (AWS S3)' +description: 'Save Cache artifacts in S3 like dependencies and build outputs to improve workflow execution time' author: 'GitHub' inputs: path: