We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828b9a2 commit e99b002Copy full SHA for e99b002
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
+## 1.0.1
4
+
5
+- Fixed issue with env vars in docker command.
6
+- Fixed issue in usage code of readme file.
7
8
## 1.0.0
9
10
### Minor Changes
11
12
- Initial release.
README.md
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Setup Weaviate
17
- uses: JasperAlexander@weaviate-github-action@1.0.0
+ uses: JasperAlexander/weaviate-github-action@v1.0.0
18
with:
19
- weaviate-version: 'latest'
20
- weaviate-port: 8080
0 commit comments