We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8835ac commit a604606Copy full SHA for a604606
action.yml
@@ -22,14 +22,17 @@ inputs:
22
directly to the log. This may leak confidential information. We
23
recomment keep this as false except for debugging purposes.
24
required: false
25
- default: true
+ default: 'True'
26
outputs:
27
output:
28
description: Response output in JSON format
29
raw_output:
30
description: >-
31
If the output of a given query is a single string value, this will return
32
the string without surrounding quotes.
33
+branding:
34
+ icon: 'circle'
35
+ color: 'red'
36
runs:
37
using: 'node12'
38
main: 'dist/index.js'
0 commit comments