diff --git a/.github/workflows/generate-sdks.yml b/.github/workflows/generate-sdks.yml index 253c74f..f7e9303 100755 --- a/.github/workflows/generate-sdks.yml +++ b/.github/workflows/generate-sdks.yml @@ -49,10 +49,10 @@ jobs: path: sdks fetch-depth: 0 token: ${{ env.USER_API_KEY }} + ref: "feat/python/auto-addition-of-init.py" - name: Raise or update SDKs pull request if: steps.schema-change-check.outputs.is-schema-changed == 'true' || contains(github.event.pull_request.labels.*.name, 'generate-sdk-pr') run: | sudo apt-get -y install git ${{ github.event.repository.name }}/.github/scripts/raise-pull-request.sh -