line / line-bot-sdk-python

LINE Messaging API SDK for Python
https://pypi.python.org/pypi/line-bot-sdk
Apache License 2.0
1.87k stars 962 forks source link

Use the latest submodules when generating code is hooked #593

Closed Yang-33 closed 4 months ago

Yang-33 commented 4 months ago

When we run generate-code.yml manually, this doesn't generated code when it's before line-openapi is not updated yet. This change fixes it. Note line-bot-sdk-php and line-bot-sdk-nodejs do this. (python, java, and go don't do this yet)