From 0c273a5d7fc9aa1388806478543391297cbef864 Mon Sep 17 00:00:00 2001 From: Pietro Date: Wed, 31 Jan 2024 19:11:31 +0100 Subject: [PATCH] Use result --- .github/workflows/multiservice-discovery-diff.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multiservice-discovery-diff.yaml b/.github/workflows/multiservice-discovery-diff.yaml index 52b5d7758..3395c16ea 100644 --- a/.github/workflows/multiservice-discovery-diff.yaml +++ b/.github/workflows/multiservice-discovery-diff.yaml @@ -34,7 +34,7 @@ jobs: result=$(curl -sL http://localhost:8000/prom/targets) kill $pid EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64) - echo "text<<$EOF" >> $GITHUB_OUTPUT + echo "result<<$EOF" >> $GITHUB_OUTPUT echo "$result" >> $GITHUB_OUTPUT echo "$EOF" >> $GITHUB_OUTPUT @@ -52,7 +52,7 @@ jobs: result=$(curl -sL http://localhost:8000/prom/targets) kill $pid EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64) - echo "text<<$EOF" >> $GITHUB_OUTPUT + echo "result<<$EOF" >> $GITHUB_OUTPUT echo "$result" >> $GITHUB_OUTPUT echo "$EOF" >> $GITHUB_OUTPUT