3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-07-28 00:47:56 +00:00

fix: rename actions

This commit is contained in:
Matthew Matl 2024-04-17 03:45:09 -07:00
parent 4c96456d46
commit 7125dec29e
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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: