Skip to content

Commit

Permalink
Fixed issue in usage code of readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperAlexander committed May 27, 2023
1 parent 828b9a2 commit e99b002
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## 1.0.1

- Fixed issue with env vars in docker command.
- Fixed issue in usage code of readme file.

## 1.0.0

### Minor Changes

- Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Weaviate
uses: JasperAlexander@weaviate-github-action@1.0.0
uses: JasperAlexander/weaviate-github-action@v1.0.0
with:
- weaviate-version: 'latest'
- weaviate-port: 8080
Expand Down

0 comments on commit e99b002

Please sign in to comment.