diff --git a/action.yml b/action.yml index a1a79f5..f99397e 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: "Semantic Version Action (SVA)" description: "Semantic version without any version file" +branding: + icon: "activity" + color: "green" inputs: script: @@ -21,4 +24,4 @@ runs: run: | source ${{ github.action_path }}/index.sh config_github_token - ${{ inputs.script }} \ No newline at end of file + ${{ inputs.script }}