Skip to content

Commit cae2984

Browse files
authored
fix: use lowercase project name
1 parent 178bf07 commit cae2984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-to-stainless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
4040
input_path: 'openapi.yaml'
4141
output_path: 'openapi.documented.yaml'
42-
project_name: 'TogetherAI'
42+
project_name: 'togetherai'
4343

4444
# Conditionally run the rdme step
4545
- name: Update Readme docs

0 commit comments

Comments
 (0)