We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f90ce commit 12f31c6Copy full SHA for 12f31c6
.github/workflows/sdk-pr.yaml
@@ -64,4 +64,7 @@ jobs:
64
GH_REPO: "stackitcloud/stackit-sdk-python"
65
GH_TOKEN: ${{ secrets.SDK_PR_TOKEN }}
66
run: |
67
+ python -m venv .venv
68
+ . .venv/bin/activate
69
+ python -m pip install --upgrade pip
70
scripts/sdk-create-pr.sh "generator-bot-${{ github.run_id }}" "Generated from GitHub run [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})" "git@github.com:stackitcloud/stackit-sdk-python.git" "python"
0 commit comments