You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new commit is pushed to main, trigger a workflow in the PythonClient repository. This workflow should checkout the new commit and generate the PythonClient from the API Spec, after successful generation it should commit the new python client to the PythonClient repository with a commit message that includes the commit hash for which this workflow was triggered.
https://github.com/sensorbucket/PythonClient
When a new commit is pushed to main, trigger a workflow in the PythonClient repository. This workflow should checkout the new commit and generate the PythonClient from the API Spec, after successful generation it should commit the new python client to the PythonClient repository with a commit message that includes the commit hash for which this workflow was triggered.
Something like this:
https://dev.to/moaaz_adel/github-actions-a-simple-way-to-trigger-workflow-from-another-workflow-1b55
The text was updated successfully, but these errors were encountered: