Skip to content

Commit 5843bda

Browse files
committed
chore: update sdk_repo_ref default value to 'legacy' in generate SDK action
1 parent c70aef9 commit 5843bda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-and-publish-sdk-sources.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
sdk_repo_ref:
1313
description: |
1414
Branch or tag to checkout on the `expediagroup-java-sdk` repository.
15-
Leave empty to use the default branch.
15+
Leave empty to use the default branch (legacy).
1616
type: string
17-
default: ''
17+
default: 'legacy'
1818

1919
jobs:
2020
generate-and-publish-sources:
@@ -25,4 +25,4 @@ jobs:
2525
version: ${{ inputs.version }}
2626
transformations: "--headers --endpoint /v3 --operationIdsToTags"
2727
repository: 'ExpediaGroup/rapid-java-sdk'
28-
sdk_repo_ref: ${{ inputs.sdk_repo_ref || 'v20250415' }}
28+
sdk_repo_ref: ${{ inputs.sdk_repo_ref }}

0 commit comments

Comments
 (0)