Skip to content

Commit

Permalink
fix default value of starship-cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 24, 2024
1 parent 9824da7 commit 0575313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For more information, reference the GitHub Help Documentation for [Creating a wo
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input)

- `config`: Required, config file for helm chart for starship devnet inputs
- `cli-version`: Optional, version of @starship-ci/cli to use (default: `2.8.0`)
- `cli-version`: Optional, version of @starship-ci/cli to use (default: `2.9.0`)
- `kubeconfig`: Optional, Kubeconfig for remote cluster, if set, will be used instead of creating local kind cluster
- `namespace`: Optional, Kubernetes namespace to which helm charts will be deployed. If not found, namespace will be created. (default: `ci-${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}`)
- `repo`: Optional, Helm repo to fetch the chart from (default: https://cosmology-tech.github.io/starship)
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
description: "Path to the config file"
required: true
cli-version:
description: "Version of @starship-ci/cli to use: default: 2.8.1"
description: "Version of @starship-ci/cli to use: default: 2.9.0"
required: false
default: "2.9.0"
kubeconfig:
Expand Down

0 comments on commit 0575313

Please sign in to comment.