-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(starship-action): add
README.md
- Loading branch information
1 parent
9df2712
commit de845ad
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Starship Devnet Action (Agoric fork) | ||
|
||
This `starship-action` was extracted from https://github.com/hyperweb-io/starship-action/tree/0.3.0 | ||
|
||
We took: | ||
- action.yaml | ||
- install.sh | ||
- port-forward.sh | ||
|
||
Agoric added the `load-docker-images` input parameter to be able to import locally-built Docker images into Starship's Kubernetes cluster. | ||
|
||
Also, we ran `yarn prettier --write .github/actions/starship-action` to reformat | ||
the code to our repository's standards. |