set latest stackit cli version as default
Some checks failed
Test STACKIT Auth Action / test (push) Failing after 33s

This commit is contained in:
jaime merino 2026-04-28 09:34:07 +02:00
parent e63091d18b
commit 87ef60f2fc
2 changed files with 6 additions and 6 deletions

View file

@ -38,11 +38,11 @@ jobs:
## Inputs ## Inputs
| Name | Description | Required | Default | | Name | Description | Required | Default |
|------|-------------|----------|---------| |------|-------------|----------|----------|
| `service-account-key` | The JSON content of your STACKIT Service Account Key. | Yes | N/A | | `service-account-key` | The JSON content of your STACKIT Service Account Key. | Yes | N/A |
| `project-id` | STACKIT Project ID to scope the token. | No | N/A | | `project-id` | STACKIT Project ID to scope the token. | No | N/A |
| `cli-version` | Version of STACKIT CLI to install (without "v" prefix). | No | `0.61.0` | | `cli-version` | Version of STACKIT CLI to install (without "v" prefix). | No | `latest` |
## Outputs ## Outputs

View file

@ -15,7 +15,7 @@ inputs:
cli-version: cli-version:
description: 'Version of STACKIT CLI to install (without "v" prefix)' description: 'Version of STACKIT CLI to install (without "v" prefix)'
required: false required: false
default: '0.61.0' default: 'latest'
outputs: outputs:
bearer-token: bearer-token: