Skip to content

Commit c6007d9

Browse files
committed
chore(openapi-sync): started sending OpenAPI repo commit messages directly to Stainless
1 parent 1a55e1d commit c6007d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload-to-stainless-and-mintlify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
config_path: "config/stainless.yaml"
2424
output_path: "openapi.autodocumented.json"
2525
project_name: "isaacus"
26-
commit_message: "feat(api): added latest OpenAPI specification"
26+
commit_message: ${{ github.event.head_commit.message }}
2727
- name: JSON to YAML
2828
run: |
2929
pip install pyyaml && \

0 commit comments

Comments
 (0)