Skip to content

Commit e298ad1

Browse files
committed
test: diff
1 parent ab71323 commit e298ad1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/openapi-spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Generate OpenAPI spec
4747
run: |
48-
uv run python tools/generate_openapi.py
48+
uv run python scripts/generate_openapi.py
4949
5050
- name: Upload OpenAPI spec as artifact
5151
uses: actions/upload-artifact@v4
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
git fetch
8686
git checkout ${{ github.head_ref }}
87-
uv run python tools/generate_openapi.py
87+
uv run python scripts/generate_openapi.py
8888
8989
- name: Generate diff
9090
run: |

0 commit comments

Comments
 (0)