fix: rename actions

pull/1629/head
Matthew Matl 1 year ago
parent 4c96456d46
commit 7125dec29e
No known key found for this signature in database

@ -1,4 +1,4 @@
name: 'Cache' name: 'Cache to S3'
description: 'Cache artifacts like dependencies and build outputs to improve workflow execution time' description: 'Cache artifacts like dependencies and build outputs to improve workflow execution time'
author: 'GitHub' author: 'GitHub'
inputs: inputs:

@ -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' description: 'Restore Cache artifacts like dependencies and build outputs to improve workflow execution time'
author: 'GitHub' author: 'GitHub'
inputs: inputs:

@ -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' description: 'Save Cache artifacts like dependencies and build outputs to improve workflow execution time'
author: 'GitHub' author: 'GitHub'
inputs: inputs:

Loading…
Cancel
Save