Skip to content

Commit d2e5952

Browse files
committed
Add action icon/color.
1 parent 5d49b27 commit d2e5952

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: 'Setup dfx environment'
2+
author: 'Quint Daenen'
23
description: 'Setup a dfx environment and add it to the PATH.'
34
inputs:
45
dfx-version:
@@ -11,3 +12,6 @@ inputs:
1112
runs:
1213
using: 'node12'
1314
main: 'dist/index.js'
15+
branding:
16+
icon: 'box'
17+
color: 'gray-dark'

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
},
1313
"keywords": [
1414
"dfx",
15+
"vessel",
16+
"moc",
17+
"motoko",
18+
"dfinity",
19+
"ic",
1520
"setup"
1621
],
1722
"license": "MIT",

0 commit comments

Comments
 (0)