We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673680e commit f7bb70fCopy full SHA for f7bb70f
action.yml
@@ -8,4 +8,8 @@ outputs:
8
description: 'Detected primary language for the repository'
9
runs:
10
using: 'node16'
11
- main: 'dist/index.js'
+ main: 'dist/index.js'
12
+
13
+branding:
14
+ icon: 'flag'
15
+ color: 'green'
0 commit comments