mirror of
https://github.com/hernikplays/freelo-action.git
synced 2024-11-10 02:38:06 +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
|
- Created
|
|
@ -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'
|
Loading…
Reference in a new issue