Skip to content

Commit

Permalink
action/branding: added color
Browse files Browse the repository at this point in the history
This is recommended when publishing the action to the marketplace
  • Loading branch information
dorav authored Sep 7, 2023
1 parent a313cbe commit 64e78c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 'Installs Atlas'
description: 'Installs a specific version of Atlas'
branding:
icon: database
color: 'blue'
author: 'Ariga'
inputs:
version:
Expand All @@ -13,4 +14,4 @@ runs:
steps:
- run: curl -sSf https://atlasgo.sh | ATLAS_VERSION=${{inputs.version}} CI=true sh
shell: bash


0 comments on commit 64e78c8

Please sign in to comment.