From 64e78c8c6a73078364c4dc985568b780f5646c5a Mon Sep 17 00:00:00 2001 From: dorav Date: Thu, 7 Sep 2023 10:56:38 +0300 Subject: [PATCH] action/branding: added color This is recommended when publishing the action to the marketplace --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index df7581c..febad64 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,7 @@ name: 'Installs Atlas' description: 'Installs a specific version of Atlas' branding: icon: database + color: 'blue' author: 'Ariga' inputs: version: @@ -13,4 +14,4 @@ runs: steps: - run: curl -sSf https://atlasgo.sh | ATLAS_VERSION=${{inputs.version}} CI=true sh shell: bash - \ No newline at end of file +