Skip to content

Commit

Permalink
Merge pull request #9 from suzuki-shunsuke/chore/update-aqua
Browse files Browse the repository at this point in the history
chore: update aqua
  • Loading branch information
suzuki-shunsuke authored Aug 29, 2021
2 parents db12bd6 + ff5a5f4 commit 689d011
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ./
with:
version: v0.1.0-2
version: v0.1.0-10
- run: command -v aqua
- run: aqua -v
set-absolute-path:
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ./
with:
version: v0.1.0-4
version: v0.1.0-9
install_path: /tmp/bin/aqua
- run: /tmp/bin/aqua -v
set-relative-path:
Expand All @@ -31,6 +31,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ./
with:
version: v0.1.0-3
version: v0.1.0-8
install_path: bin/aqua
- run: bin/aqua -v
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cat aqua-installer | bash -s -- -v v0.1.0-3
- run: cat aqua-installer | bash -s -- -v v0.1.0-9
- run: command -v aqua
- run: aqua -v
set-absolute-path:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aqua-installer
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ usage_exit() {
exit 1
}

version=v0.1.0-9 # renovate: depName=suzuki-shunsuke/aqua
version=v0.1.0-10 # renovate: depName=suzuki-shunsuke/aqua
install_path=/usr/local/bin/aqua

while getopts i:v: OPT
Expand Down

0 comments on commit 689d011

Please sign in to comment.