Skip to content

Commit

Permalink
Use result
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodimarco-dfinity committed Jan 31, 2024
1 parent 6990af5 commit 0c273a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multiservice-discovery-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0c273a5

Please sign in to comment.