Skip to content

Commit 5635e26

Browse files
committed
Add action branding
1 parent 98b16b3 commit 5635e26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: 'Setup Aliyun CLI'
22
description: 'Setup Aliyun command line tool, add it to the PATH and configure authentication'
3+
author: 'jerray'
34
inputs:
45
aliyun-cli-version:
56
description: 'Version of aliyun cli'
@@ -23,3 +24,6 @@ inputs:
2324
runs:
2425
using: 'node12'
2526
main: 'index.js'
27+
branding:
28+
icon: 'cloud-lightning'
29+
color: 'orange'

0 commit comments

Comments
 (0)