From 7f42aef56288e71eb191b5429e87ad2cbbebe9aa Mon Sep 17 00:00:00 2001 From: mabukhlaif Date: Thu, 29 May 2025 18:05:05 +0300 Subject: [PATCH 1/2] chore: update release-sdk action to use 'legacy' workflow version --- .github/workflows/release-sdk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-sdk.yaml b/.github/workflows/release-sdk.yaml index cb05552d5c..054f9ae48e 100644 --- a/.github/workflows/release-sdk.yaml +++ b/.github/workflows/release-sdk.yaml @@ -22,7 +22,7 @@ jobs: # jdk: ${{ matrix.jdk }} release-sdk: - uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20250415 + uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@legacy # needs: [ run-examples ] secrets: inherit with: From 6a0459c417a1b00f81227ff978834b1298f2c5d7 Mon Sep 17 00:00:00 2001 From: mabukhlaif Date: Thu, 29 May 2025 18:07:08 +0300 Subject: [PATCH 2/2] chore: remove note about default branch in sdk_repo_ref description --- .github/workflows/generate-and-publish-sdk-sources.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/generate-and-publish-sdk-sources.yaml b/.github/workflows/generate-and-publish-sdk-sources.yaml index a99394f114..461fabab37 100644 --- a/.github/workflows/generate-and-publish-sdk-sources.yaml +++ b/.github/workflows/generate-and-publish-sdk-sources.yaml @@ -12,7 +12,6 @@ on: sdk_repo_ref: description: | Branch or tag to checkout on the `expediagroup-java-sdk` repository. - Leave empty to use the default branch (legacy). type: string default: 'legacy'