Skip to content

Commit 3a009ef

Browse files
authored
fix: Add branding (#19)
1 parent 21e92a3 commit 3a009ef

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
@@ -1,4 +1,4 @@
1-
name: 'setup-cloudquery-action'
1+
name: 'Set up CloudQuery'
22
description: 'Setup CloudQuery CLI in a GitHub action environment'
33
author: CloudQuery
44
inputs:
@@ -9,3 +9,6 @@ inputs:
99
runs:
1010
using: 'node16'
1111
main: 'dist/index.js'
12+
branding:
13+
icon: 'download-cloud'
14+
color: 'green'

0 commit comments

Comments
 (0)