From c5c5fc633bd0c20435207ee27495e0bcf46409ca Mon Sep 17 00:00:00 2001 From: Kat Cosgrove Date: Thu, 31 Oct 2019 14:17:16 -0700 Subject: [PATCH] updates name; updates readme --- README.md | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b50596..3010776 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This action requires several environment variables to operate: the URL for your | Access Token | TOKEN | | Login Credentials | USER and PASS | -**All environment variables other than AUTH should be set as secrets.** +**All environment variables other than AUTH must be set as secrets.** ## Example Workflow diff --git a/action.yml b/action.yml index 8c8fe7e..2c57548 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ -name: 'JFrog CLI for Artifactory' +name: 'JFrog CLI for GitHub Actions' author: 'Kat Cosgrove' branding: - icon: 'codepen' + icon: 'aperture' color: 'green' description: 'Runs a JFrog CLI for Artifactory command.' image: 'Dockerfile'