Skip to content

Commit 2de2632

Browse files
committed
.github/workflows/sdk-pr.yaml
1 parent 4179727 commit 2de2632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 2 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
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
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 }})"
4242
main-python:
43-
name: [Python] Update SDK Repo
43+
name: "[Python] Update SDK Repo"
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Install SSH Key

0 commit comments

Comments
 (0)