Skip to content

Commit aba65b5

Browse files
Adjust build action path (#37)
* Adjust build action path * Adjust python path
1 parent 1e7acd4 commit aba65b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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
@@ -43,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)