Skip to content

Commit 029356a

Browse files
authored
Add branding icon
1 parent aa6f907 commit 029356a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: 'GPT Explain Diff'
2-
icon: message-square
32
description: 'Asks OpenAI GPT to explain a git diff'
43
inputs:
54
diff:
@@ -14,3 +13,7 @@ outputs:
1413
runs:
1514
using: 'node16'
1615
main: 'index.js'
16+
branding:
17+
icon: 'message-square'
18+
color: 'green'
19+

0 commit comments

Comments
 (0)