From 2d5b506d59da210281771d675813229dfac316e9 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Fri, 28 Feb 2020 13:07:26 -0700 Subject: [PATCH] chore: metadata --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 3bec761..7fe6943 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ -name: 'Install Terraform' -description: 'Installs any version of terraform to the current job environment' +name: 'Netrc Credentials' +description: 'Sets up netrc credentials' branding: - icon: type - color: purple + icon: key + color: yellow runs: using: 'node12' main: 'dist/index.js'