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 af4bf4d commit 43bfbe0Copy full SHA for 43bfbe0
action.yml
@@ -30,6 +30,11 @@ outputs:
30
report-path:
31
description: "Path to the generated report file. Not used when 'console' is selected as the report format."
32
value: ${{ steps.filename-inspector.outputs.report-path }}
33
+
34
+branding:
35
+ icon: 'book'
36
+ color: 'yellow'
37
38
runs:
39
using: 'composite'
40
steps:
0 commit comments