fix: interpolate env for step actions (#872)

Signed-off-by: hackercat <me@hackerc.at>
This commit is contained in:
Ryan
2021-11-13 00:21:18 +01:00
committed by GitHub
parent 603cf56878
commit 099af5e6a8
4 changed files with 10 additions and 0 deletions

View File

@@ -3,5 +3,6 @@
echo "Hello $1"
time=$(date)
echo ::set-output name=time::$time
echo ::set-output name=whoami::$WHOAMI
echo "SOMEVAR=$1" >>$GITHUB_ENV