Skip to content

Commit 7c177bf

Browse files
authored
fix: sdk pipeline (#30)
1 parent 67b4816 commit 7c177bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
main-go:
15-
name: [Go] Update SDK Repo
15+
name: "[Go] Update SDK Repo"
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Install SSH Key
@@ -50,8 +50,9 @@ jobs:
5050
GH_TOKEN: ${{ secrets.SDK_PR_TOKEN }}
5151
run: |
5252
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 }})"
53+
5354
main-python:
54-
name: [Python] Update SDK Repo
55+
name: "[Python] Update SDK Repo"
5556
runs-on: ubuntu-latest
5657
steps:
5758
- name: Install SSH Key

0 commit comments

Comments
 (0)