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 67b4816 commit 7c177bfCopy full SHA for 7c177bf
.github/workflows/sdk-pr.yaml
@@ -12,7 +12,7 @@ env:
12
13
jobs:
14
main-go:
15
- name: [Go] Update SDK Repo
+ name: "[Go] Update SDK Repo"
16
runs-on: ubuntu-latest
17
steps:
18
- name: Install SSH Key
@@ -50,8 +50,9 @@ jobs:
50
GH_TOKEN: ${{ secrets.SDK_PR_TOKEN }}
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
+
54
main-python:
- name: [Python] Update SDK Repo
55
+ name: "[Python] Update SDK Repo"
56
57
58
0 commit comments