Skip to content

Commit fae4dcd

Browse files
committed
fix: branch
1 parent 0e2ba4c commit fae4dcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-openapi-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Openapi Assets
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, feat-openapi-package]
66
paths:
77
- "packages/openapi/**"
88

packages/openapi/descriptions/assistant-thread.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
desc: `The object type.`,
1010
},
1111
role: {
12-
desc: `The role of the entity that is creating the Message.`,
12+
desc: `The role of the entity that is creating the Message`,
1313
},
1414
content: {
1515
text: {

0 commit comments

Comments
 (0)