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 67283a7 commit ebcd772Copy full SHA for ebcd772
action.yml
@@ -1,7 +1,9 @@
1
-name: 'vals tools installer'
2
-description:
3
- 'Install a specific version of the vals binary. Acceptable values are latest
4
- or any semantic version string like 0.14.0'
+name: 'stackit-cli tools installer'
+description: |-
+ Install a specific version of the stackit-cli binary. Acceptable values are latest
+ or any semantic version string like 0.31.0.
5
+
6
+ https://github.com/stackitcloud/stackit-cli
7
inputs:
8
version:
9
description: 'Version of stackit-cli'
@@ -11,7 +13,7 @@ outputs:
11
13
path:
12
14
description: 'Path to the cached stackit-cli binary'
15
branding:
- icon: 'wind'
16
+ icon: 'terminal'
17
color: 'gray-dark'
18
runs:
19
using: node20
0 commit comments