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.
2 parents 8e5bc5d + b3e9d2f commit 2befe7fCopy full SHA for 2befe7f
.github/workflows/ci.yaml
@@ -83,4 +83,4 @@ jobs:
83
run: make lint
84
- name: Test
85
working-directory: ./sdk-repo-updated
86
- run: make test
+ run: make test
.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
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
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 }})"
42
main-python:
43
+ name: [Python] Update SDK Repo
44
45
46
0 commit comments