Skip to content

Commit 30de302

Browse files
committed
Fix workflow file for Python
1 parent be79bdb commit 30de302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- language: python
2525
copy: "/bin/cp -rf ./clients/python/. h1-client-python"
2626
directory: "h1-client-python"
27-
repository: "{{matrix.repository}}"
27+
repository: "hyperonecom/h1-client-python"
2828
build: "pip install -e ."
2929
runs-on: ubuntu-latest
3030
env:

0 commit comments

Comments
 (0)