File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 repository : " stackitcloud/stackit-sdk-generator"
3232 ref : " main"
3333 - name : Build
34- uses : ./.github/actions/build
34+ uses : ./.github/actions/build/go
3535 with :
3636 go-version : ${{ env.GO_VERSION }}
3737 - name : Download OAS
4343 GH_REPO : " stackitcloud/stackit-sdk-go"
4444 GH_TOKEN : ${{ secrets.SDK_PR_TOKEN }}
4545 run : |
46- scripts/sdk-create-pr.sh "oas-bot-${{ github.run_id }}" "Generated from GitHub run [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
46+ scripts/sdk-create-pr.sh "oas-bot-${{ github.run_id }}" "Generated from GitHub run [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
4747
4848 main-python :
4949 name : " [Python] Update SDK Repo"
@@ -65,11 +65,11 @@ jobs:
6565 repository : " stackitcloud/stackit-sdk-generator"
6666 ref : " main"
6767 - name : Build
68- uses : ./.github/actions/build
68+ uses : ./.github/actions/build/python
6969 with :
7070 go-version : ${{ env.GO_VERSION }}
7171 - name : Download OAS
72- run : make download-oas
72+ run : make download-oas
7373 - name : Generate SDK
7474 run : make generate-sdk LANGUAGE=python
7575 - name : Install Python SDK
You can’t perform that action at this time.
0 commit comments