From 483b25bd2bdb44ac94b0694586a34c256f4d10ec Mon Sep 17 00:00:00 2001 From: kishansairam9 Date: Thu, 8 Feb 2024 00:44:05 +0530 Subject: [PATCH] test --- .github/workflows/extract-args.yml | 11 +++++------ java-11/args.env | 1 + 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/extract-args.yml b/.github/workflows/extract-args.yml index aa60409..0b0b49a 100644 --- a/.github/workflows/extract-args.yml +++ b/.github/workflows/extract-args.yml @@ -33,9 +33,8 @@ jobs: MAJOR_JAVA_VERSION=$(echo $BASE_JAVA_VERSION | cut -d'.' -f1) echo "tags=${{ inputs.image }}:$MAJOR_JAVA_VERSION,${{ inputs.image }}:$BASE_JAVA_VERSION,${{ inputs.image }}:$TOTAL_JAVA_VERSION" >> $GITHUB_OUTPUT - # multi line output of content in input file - # https://github.com/orgs/community/discussions/26288#discussioncomment-3876281 - delimiter="$(openssl rand -hex 8)" - echo "args<<${delimiter}" >> "${GITHUB_OUTPUT}" - cat ${{ inputs.file }} >> "${GITHUB_OUTPUT}" - echo "${delimiter}" >> "${GITHUB_OUTPUT}" + { + echo "args<> $GITHUB_OUTPUT diff --git a/java-11/args.env b/java-11/args.env index ebf37d8..b7d063e 100644 --- a/java-11/args.env +++ b/java-11/args.env @@ -1 +1,2 @@ +TEST_REMOVE=1 JAVA_VERSION=11.0.21-11.68.17 \ No newline at end of file