We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd299a commit 8a6b8a9Copy full SHA for 8a6b8a9
1 file changed
.github/workflows/preview-builds.yml
@@ -4,8 +4,6 @@ on:
4
push:
5
branches-ignore:
6
- main
7
- paths:
8
- - "openapi.yaml"
9
10
jobs:
11
preview:
@@ -25,13 +23,5 @@ jobs:
25
23
with:
26
24
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
27
org: togethercomputer
28
- commit_message: 'Preview build'
29
- base_sha: ${{ github.sha }}
30
- base_ref: 'main'
31
- base_branch: 'main'
32
- default_branch: 'main'
33
- head_sha: ${{ github.sha }}
34
- branch: ${{ github.ref }}
35
-
36
- project: 'togetherai'
37
- oas_path: 'openapi.yaml'
+ project: togetherai
+ oas_path: openapi.yaml
0 commit comments