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'
|
name: 'Restore Cache (AWS S3)'
|
||||||
description: 'Restore Cache artifacts like dependencies and build outputs to improve workflow execution time'
|
description: 'Restore Cache artifacts stored in S3 like dependencies and build outputs to improve workflow execution time'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
path:
|
path:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: 'Save a cache'
|
name: 'Save a cache (AWS S3)'
|
||||||
description: 'Save Cache artifacts like dependencies and build outputs to improve workflow execution time'
|
description: 'Save Cache artifacts in S3 like dependencies and build outputs to improve workflow execution time'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
path:
|
path:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue