mirror of
https://github.com/actions/cache.git
synced 2026-07-04 06:09:31 +00:00
Actions renamed
This commit is contained in:
parent
11743d3ebe
commit
4e218db62d
2 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue