Skip to content

Commit e89b0c8

Browse files
committed
fix workflow
1 parent 00c7509 commit e89b0c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: install ./...
1919
run: go install ./...
2020
- uses: actions/checkout@v4
21-
repository: sqlc-dev/sqlc-gen-python
22-
path: python
21+
with:
22+
repository: sqlc-dev/sqlc-gen-python
23+
path: python
2324
- run: make test
2425
working-directory: python

0 commit comments

Comments
 (0)