mirror of https://github.com/actions/cache
Actions renamed
This commit is contained in:
parent
11743d3ebe
commit
4e218db62d
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue