Skip to content

Commit e99b002

Browse files
Fixed issue in usage code of readme file
1 parent 828b9a2 commit e99b002

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3+
## 1.0.1
4+
5+
- Fixed issue with env vars in docker command.
6+
- Fixed issue in usage code of readme file.
7+
38
## 1.0.0
49

510
### Minor Changes
11+
612
- Initial release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Setup Weaviate
17-
uses: JasperAlexander@weaviate-github-action@1.0.0
17+
uses: JasperAlexander/weaviate-github-action@v1.0.0
1818
with:
1919
- weaviate-version: 'latest'
2020
- weaviate-port: 8080

0 commit comments

Comments
 (0)