Skip to content

Commit

Permalink
Finished renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Aug 10, 2023
1 parent db1880b commit 61e4dfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Install
uses: uniget-org/uniget-action@main

- name: Test docker-setup
- name: Test uniget
run: |
which docker-setup
docker-setup --version
which uniget
uniget --version
- name: Install
uses: uniget-org/uniget-action@main
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Check installed tools
run: |
docker-setup --prefix=helper install --installed --plan
uniget --prefix=helper install --installed --plan
- name: Test tools
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Install only some tools:
list: "docker yq"
```
Install using a specific version of `docker-setup`:
Install using a specific version of `uniget`:

```yaml
Expand Down

0 comments on commit 61e4dfa

Please sign in to comment.