mirror of
https://github.com/actions/cache.git
synced 2025-08-05 12:25:21 +08:00
fix: rename actions
This commit is contained in:
parent
4c96456d46
commit
7125dec29e
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user