build(codegen): updating SDK #598
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- 'gen-sdk-updates' | |
name: Create Changes PR | |
jobs: | |
create_pr: | |
name: Create/Update PR | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- uses: jenschude/[email protected] | |
with: | |
request_title: "Update generated SDKs" | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
request_body: | | |
- [ ] Changeset added |