Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: rename cosmology to hyperweb #35

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Starship Action

[![](https://github.com/cosmology-tech/starship-action/workflows/Test/badge.svg?branch=main)](https://github.com/cosmology-tech/starship-action/actions)
[![](https://github.com/hyperweb-io/starship-action/workflows/Test/badge.svg?branch=main)](https://github.com/hyperweb-io/starship-action/actions)

GitHub Action for creating and running [starship devnets](https://github.com/cosmology-tech/starship) in CI.
GitHub Action for creating and running [starship devnets](https://github.com/hyperweb-io/starship) in CI.

## Usage

Expand All @@ -19,7 +19,7 @@ For more information on inputs, see the [API Documentation](https://developer.gi
- `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)
- `repo`: Optional, Helm repo to fetch the chart from (default: https://hyperweb-io.github.io/starship)
- `name`: Optional, Release name for the helm chart deployment (default: `starship-devnet`)
- `chart`: Optional, Name of the help chart to use. Recommended: use default (default: `starship/devnet`)
- `timeout`: Optional, Timeout for helm install (default: `10m`)
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create starship devnet for osmos and wasm
uses: cosmology-tech/[email protected]
uses: hyperweb-io/[email protected]
with:
config: ./starship-config.yaml
```
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ inputs:
required: false
default: "starship/devnet"
repo:
description: "Helm repo to fetch the chart from (default: https://cosmology-tech.github.io/starship)"
description: "Helm repo to fetch the chart from (default: https://hyperweb-io.github.io/starship)"
required: false
default: "https://cosmology-tech.github.io/starship"
default: "https://hyperweb-io.github.io/starship"
name:
description: "Helm chart release name for installing helm chart (default: starship-devnet)"
required: false
Expand Down
Loading