We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8a894 commit 198e019Copy full SHA for 198e019
1 file changed
.github/workflows/preview-builds.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: stainless-api/upload-openapi-spec-action/preview@v1
23
with:
24
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
25
- commit_message: 'Preview build'
+ commit_message: ${{ github.event.head_commit.message }}
26
org: togethercomputer
27
project: togetherai
28
oas_path: openapi.yaml
0 commit comments