Skip to content

Commit

Permalink
[VAN-127175] Fix for creating branch with passed python_sdk_branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-malikov_GIDT committed Sep 25, 2024
1 parent 2de571e commit fa53116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-python-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.create-token.outputs.token }}
run: |
cd $SDK_REPO_DIR
git checkout -b ${{ github.ref_name }}
git checkout -b ${{ inputs.python_sdk_branch }}
- name: Generate Python SDK for all specifications
shell: bash
Expand Down

0 comments on commit fa53116

Please sign in to comment.