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
|
||||
|
||||
| Name | Description | Required | Default |
|
||||
|------|-------------|----------|---------|
|
||||
| `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 |
|
||||
| `cli-version` | Version of STACKIT CLI to install (without "v" prefix). | No | `0.61.0` |
|
||||
| Name | Description | Required | Default |
|
||||
|------|-------------|----------|----------|
|
||||
| `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 |
|
||||
| `cli-version` | Version of STACKIT CLI to install (without "v" prefix). | No | `latest` |
|
||||
|
||||
## Outputs
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ inputs:
|
|||
cli-version:
|
||||
description: 'Version of STACKIT CLI to install (without "v" prefix)'
|
||||
required: false
|
||||
default: '0.61.0'
|
||||
default: 'latest'
|
||||
|
||||
outputs:
|
||||
bearer-token:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue