mirror of
https://github.com/hernikplays/freelo-action.git
synced 2024-11-12 19:48:07 +01:00
docs: add branding to action
This commit is contained in:
parent
ee7201382f
commit
eef802e17b
2 changed files with 5 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
# v1
|
||||
# v1.0.0
|
||||
- Created
|
|
@ -27,4 +27,7 @@ inputs:
|
|||
required: true
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'upload-cloud'
|
||||
color: 'blue'
|
Loading…
Reference in a new issue