Skip to content

Commit

Permalink
Update sdk-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinKl authored Oct 25, 2024
1 parent 77ef946 commit 4050b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
main-go:
name: Update SDK Repo
name: [Go] Update SDK Repo
runs-on: ubuntu-latest
steps:
- name: Install SSH Key
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
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 }})"
main-python:
name: Update SDK Repo
name: [Python] Update SDK Repo
runs-on: ubuntu-latest
steps:
- name: Install SSH Key
Expand Down

0 comments on commit 4050b23

Please sign in to comment.