Skip to content

Commit fe55993

Browse files
committed
fix
1 parent e979e3f commit fe55993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-sec-api-python-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
echo "No changes to commit in SDK."
117117
else
118118
echo "Changes detected, committing..."
119-
git commit -m "Auto-generate Python SDK for SEC API Historical [skip ci]"
119+
git commit -m "Auto-generate Python SDK for SEC API Historical"
120120
121121
# Configure pull strategy (merge by default if not rebase)
122122
# The example you provided used 'git config pull.rebase false' implicitly by not setting rebase.

finfeedapi/sec-api/spec/sec-api-historical.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.1",
33
"info": {
4-
"title": "REST API",
4+
"title": "REST API",
55
"contact": {
66
"name": "API BRICKS LTD",
77
"url": "https://www.finfeedapi.com",

0 commit comments

Comments
 (0)