Skip to content

Commit

Permalink
fix: add branding and fix default for GitHub Marketplace
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Miller <[email protected]>
  • Loading branch information
Djelibeybi committed Mar 30, 2022
1 parent e8835ac commit a604606
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ inputs:
directly to the log. This may leak confidential information. We
recomment keep this as false except for debugging purposes.
required: false
default: true
default: 'True'
outputs:
output:
description: Response output in JSON format
raw_output:
description: >-
If the output of a given query is a single string value, this will return
the string without surrounding quotes.
branding:
icon: 'circle'
color: 'red'
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit a604606

Please sign in to comment.