Skip to content

Commit e43e4e2

Browse files
authored
add icon
1 parent 6a4b950 commit e43e4e2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# action.yml
22
name: 'Libreoffice Convert'
33
description: 'Run libreoffice in headless mode'
4+
icon: printer
5+
color: yellow
46
inputs:
57
command: # id of input
68
description: 'The command to run'
@@ -10,4 +12,4 @@ runs:
1012
using: 'docker'
1113
image: 'Dockerfile'
1214
args:
13-
- ${{ inputs.command }}
15+
- ${{ inputs.command }}

0 commit comments

Comments
 (0)