From 8e1621b3c958d49707efc56a8b68abee8758a0c6 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:11:27 -0400 Subject: [PATCH] Fix Github Action workflow (#1145) (#1146) (cherry picked from commit 2c5f22cb39c70c482e51d9ae973bb9d7e875a3c6) Signed-off-by: Andriy Redko Signed-off-by: github-actions[bot] Co-authored-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'