Skip to content

Commit a604606

Browse files
committed
fix: add branding and fix default for GitHub Marketplace
Signed-off-by: Avi Miller <[email protected]>
1 parent e8835ac commit a604606

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
@@ -22,14 +22,17 @@ inputs:
2222
directly to the log. This may leak confidential information. We
2323
recomment keep this as false except for debugging purposes.
2424
required: false
25-
default: true
25+
default: 'True'
2626
outputs:
2727
output:
2828
description: Response output in JSON format
2929
raw_output:
3030
description: >-
3131
If the output of a given query is a single string value, this will return
3232
the string without surrounding quotes.
33+
branding:
34+
icon: 'circle'
35+
color: 'red'
3336
runs:
3437
using: 'node12'
3538
main: 'dist/index.js'

0 commit comments

Comments
 (0)