From 742856544fe56ec20a44bbf6625d2a51815ed678 Mon Sep 17 00:00:00 2001 From: Tomasz Tutka Date: Thu, 15 Feb 2024 10:16:07 +0100 Subject: [PATCH] fixed --- .github/workflows/sync_sdk_with_new_api_spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_sdk_with_new_api_spec.yml b/.github/workflows/sync_sdk_with_new_api_spec.yml index 731748ad..6f9f8bf8 100644 --- a/.github/workflows/sync_sdk_with_new_api_spec.yml +++ b/.github/workflows/sync_sdk_with_new_api_spec.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-java@v2 with: java-version: ${{ matrix.java-version }} - distribution: ${{ matrix.java-distribution + distribution: ${{ matrix.java-distribution }} cache: maven - name: Checkout Go Code uses: actions/checkout@v2