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 - Created

View file

@ -28,3 +28,6 @@ inputs:
runs: runs:
using: 'node20' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'
branding:
icon: 'upload-cloud'
color: 'blue'