#!/bin/sh -l echo "Hello $1" time=$(date) echo ::set-output name=time::$time echo "SOMEVAR=$1" >>$GITHUB_ENV