We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ef946 commit 4050b23Copy full SHA for 4050b23
.github/workflows/sdk-pr.yaml
@@ -12,7 +12,7 @@ env:
12
13
jobs:
14
main-go:
15
- name: Update SDK Repo
+ name: [Go] Update SDK Repo
16
runs-on: ubuntu-latest
17
steps:
18
- name: Install SSH Key
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
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
main-python:
54
+ name: [Python] Update SDK Repo
55
56
57
0 commit comments