From 8749c194f19aa4fdc45086258fa7bc4b60392fb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Aug 2024 13:04:55 +0000 Subject: [PATCH] Fix Github Action workflow (#1145) Signed-off-by: Andriy Redko (cherry picked from commit 2c5f22cb39c70c482e51d9ae973bb9d7e875a3c6) Signed-off-by: github-actions[bot] --- .github/workflows/test-integration-unreleased.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration-unreleased.yml b/.github/workflows/test-integration-unreleased.yml index 651231a894..82d184ff86 100644 --- a/.github/workflows/test-integration-unreleased.yml +++ b/.github/workflows/test-integration-unreleased.yml @@ -57,10 +57,10 @@ jobs: java-version: ${{ matrix.entry.gradle-runtime }} distribution: temurin - - name: Set JAVA${{ matrix.java }}_HOME + - name: Set JAVA${{ matrix.entry.java }}_HOME shell: bash run: | - echo "JAVA${{ matrix.java }}_HOME=$JAVA_HOME_${{ matrix.java }}_${{ runner.arch }}" >> $GITHUB_ENV + echo "JAVA${{ matrix.entry.java }}_HOME=$JAVA_HOME_${{ matrix.entry.java }}_${{ runner.arch }}" >> $GITHUB_ENV - name: Assemble OpenSearch if: steps.cache-restore.outputs.cache-hit != 'true'