-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from suzuki-shunsuke/chore/update-aqua
chore: update aqua
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 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
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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ Install [aqua](https://github.com/suzuki-shunsuke/aqua) quickly | |
## Shell | ||
|
||
``` | ||
$ curl -sSfL https://raw.githubusercontent.com/suzuki-shunsuke/aqua-installer/v0.1.0-0/aqua-installer | bash | ||
$ curl -sSfL https://raw.githubusercontent.com/suzuki-shunsuke/aqua-installer/v0.1.0/aqua-installer | bash | ||
``` | ||
|
||
You can pass the following parameters. | ||
|
@@ -23,7 +23,7 @@ You can pass the following parameters. | |
e.g. | ||
|
||
``` | ||
$ curl -sSfL https://raw.githubusercontent.com/suzuki-shunsuke/aqua-installer/v0.1.0-0/aqua-installer | bash -s -- -v v0.1.0-3 -i bin/aqua | ||
$ curl -sSfL https://raw.githubusercontent.com/suzuki-shunsuke/aqua-installer/v0.1.0/aqua-installer | bash -s -- -v v0.1.0-10 -i bin/aqua | ||
``` | ||
|
||
## GitHub Actions | ||
|
@@ -33,13 +33,13 @@ e.g. | |
```yaml | ||
- uses: suzuki-shunsuke/[email protected] | ||
with: | ||
version: v0.1.0-4 | ||
version: v0.1.0-10 | ||
install_path: /tmp/bin/aqua | ||
``` | ||
### Inputs | ||
- version: (Required) installed aqua's version (e.g. `v0.1.0-4`) | ||
- version: (Required) installed aqua's version (e.g. `v0.1.0-10`) | ||
- install_path: (Default: `/usr/local/bin/aqua`) aqua's install path | ||
|
||
### Outputs | ||
|
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