Skip to content

Commit e2d8839

Browse files
Fix sync-api workflow to use production API URL
1 parent c607881 commit e2d8839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Regenerate SDK
4848
if: steps.diff.outputs.changed == 'true'
4949
run: |
50-
python scripts/generate.py
50+
python scripts/generate.py --spec-url https://api.rencom.ai
5151
5252
- name: Run tests
5353
if: steps.diff.outputs.changed == 'true'

0 commit comments

Comments
 (0)