Skip to content

Commit

Permalink
SP-18211 - update update-clients.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inspector-code committed Jan 15, 2025
1 parent a7f98b1 commit 5831a0a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/update-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
title:
description: "Title For PR's"
required: true
branch:
description: "OpenAPI branch"
required: true
default: "develop"

jobs:
title:
Expand All @@ -31,7 +35,7 @@ jobs:
uses: actions/checkout@v4
with:
path: "DocumentReader-web-openapi"
ref: "develop"
ref: ${{ github.event.inputs.branch }}

- name: Checkout JS Client Repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -75,7 +79,7 @@ jobs:
uses: actions/checkout@v4
with:
path: "DocumentReader-web-openapi"
ref: "develop"
ref: ${{ github.event.inputs.branch }}

- name: Checkout Java Client Repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -111,7 +115,7 @@ jobs:
uses: actions/checkout@v4
with:
path: "DocumentReader-web-openapi"
ref: "develop"
ref: ${{ github.event.inputs.branch }}

- name: Checkout Python Client Repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -147,7 +151,7 @@ jobs:
uses: actions/checkout@v4
with:
path: "DocumentReader-web-openapi"
ref: "develop"
ref: ${{ github.event.inputs.branch }}

- name: Checkout C# Client Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 5831a0a

Please sign in to comment.