Actions renamed

This commit is contained in:
Boris Staal 2023-04-09 13:44:17 -05:00
parent 11743d3ebe
commit 4e218db62d
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

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

View File

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