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 98b16b3 commit 5635e26Copy full SHA for 5635e26
action.yml
@@ -1,5 +1,6 @@
1
name: 'Setup Aliyun CLI'
2
description: 'Setup Aliyun command line tool, add it to the PATH and configure authentication'
3
+author: 'jerray'
4
inputs:
5
aliyun-cli-version:
6
description: 'Version of aliyun cli'
@@ -23,3 +24,6 @@ inputs:
23
24
runs:
25
using: 'node12'
26
main: 'index.js'
27
+branding:
28
+ icon: 'cloud-lightning'
29
+ color: 'orange'
0 commit comments