docs: add branding to action

This commit is contained in:
Matyáš Caras 2024-07-30 19:55:48 +02:00
parent ee7201382f
commit eef802e17b
Signed by: hernik
GPG key ID: 2A3175F98820C5C6
2 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# v1
# v1.0.0
- Created

View file

@ -27,4 +27,7 @@ inputs:
required: true
runs:
using: 'node20'
main: 'dist/index.js'
main: 'dist/index.js'
branding:
icon: 'upload-cloud'
color: 'blue'