set latest stackit cli version as default
Some checks failed
Test STACKIT Auth Action / test (push) Failing after 33s
Some checks failed
Test STACKIT Auth Action / test (push) Failing after 33s
This commit is contained in:
parent
e63091d18b
commit
87ef60f2fc
2 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue