File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 main-go :
11- name : CI [Go]
11+ name : [Go] CI
1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest, macos-latest]
4545 working-directory : ./sdk-repo-updated
4646 run : make test skip-non-generated-files=true
4747 main-python :
48- name : CI [Python]
48+ name : [Python] CI
4949 strategy :
5050 matrix :
5151 os : [ubuntu-latest, macos-latest]
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 main-go :
15- name : Update SDK Repo
15+ name : [Go] Update SDK Repo
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Install SSH Key
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 : Update SDK Repo
43+ name : [Python] Update SDK Repo
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Install SSH Key
You can’t perform that action at this time.
0 commit comments