Skip to content

Commit

Permalink
Add branding icon and color into action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed May 22, 2024
1 parent 5b25fb3 commit 411bf2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "Semantic Version Action (SVA)"
description: "Semantic version without any version file"
branding:
icon: "activity"
color: "green"

inputs:
script:
Expand All @@ -21,4 +24,4 @@ runs:
run: |
source ${{ github.action_path }}/index.sh
config_github_token
${{ inputs.script }}
${{ inputs.script }}

0 comments on commit 411bf2a

Please sign in to comment.