Skip to content

Commit

Permalink
Add branding information in action.yml (#22)
Browse files Browse the repository at this point in the history
Add branding info for marketplace publication.
  • Loading branch information
syncom authored May 22, 2024
1 parent a1c9ef9 commit dccede1
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
Expand Up @@ -47,4 +47,7 @@ inputs:
default: ''
runs:
using: 'docker'
image: 'Dockerfile'
image: 'Dockerfile'
branding:
icon: 'upload-cloud'
color: 'blue'

0 comments on commit dccede1

Please sign in to comment.