We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb3b2e commit a6bf8e9Copy full SHA for a6bf8e9
.github/workflows/generate-python-app.yml
@@ -21,7 +21,6 @@ jobs:
21
- name: Install project dependencies
22
run: npm ci # https://docs.npmjs.com/cli/v8/commands/npm-ci
23
- name: Generate Python + FastAPI application
24
- run: ../../src/cli.js --lang python
25
- working-directory: examples/python
+ run: ./src/cli.js --lang python --dest-dir examples/python
26
- name: Check whether files were modified
27
run: git status --short
0 commit comments