Skip to content

Commit ebcd772

Browse files
committed
fix(release): action.yml
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent 67283a7 commit ebcd772

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

action.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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'
1+
name: 'stackit-cli tools installer'
2+
description: |-
3+
Install a specific version of the stackit-cli binary. Acceptable values are latest
4+
or any semantic version string like 0.31.0.
5+
6+
https://github.com/stackitcloud/stackit-cli
57
inputs:
68
version:
79
description: 'Version of stackit-cli'
@@ -11,7 +13,7 @@ outputs:
1113
path:
1214
description: 'Path to the cached stackit-cli binary'
1315
branding:
14-
icon: 'wind'
16+
icon: 'terminal'
1517
color: 'gray-dark'
1618
runs:
1719
using: node20

0 commit comments

Comments
 (0)