Skip to content

Commit 9c6f448

Browse files
committed
fix path in show docs step
1 parent 30a0335 commit 9c6f448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_sdk_ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ jobs:
102102
git config user.name "github-actions[bot]"
103103
git config user.email "github-actions[bot]@users.noreply.github.com"
104104
git add ./sdk-reference
105-
git commit -m "[skip ci] Release new SDK reference doc versions" || exit 0
105+
git commit -m "[skip ci] Release new Code Interpreter Python and JS SDK references doc versions" || exit 0
106106
git push

0 commit comments

Comments
 (0)