Update action name to Dependency Caching

This commit is contained in:
Josh Gross 2019-11-01 15:40:25 -04:00 committed by GitHub
parent 87c0185d27
commit f4f96ba2f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: 'Cache' name: 'Dependency Caching'
description: 'Cache dependencies and build outputs to improve workflow execution time' description: 'Cache dependencies and build outputs to improve workflow execution time'
author: 'GitHub' author: 'GitHub'
inputs: inputs:
@ -21,4 +21,4 @@ runs:
post-if: 'success()' post-if: 'success()'
branding: branding:
icon: 'archive' icon: 'archive'
color: 'gray-dark' color: 'gray-dark'