Is it possible to pass the output of 1 task and use it as the input param in another task? I'm totally fine if that is achieved with some extension, env variables or whatever.
For example. I have script.sh that returns echo 'Some value' and then I have another_script.sh ($param) that returns echo $param, so I would call the script.sh first and pass it to the another_script.sh.