From f221a283068532b6ef4fee235d82b1b492a2aaeb Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Thu, 5 Sep 2019 12:47:12 -0700 Subject: [PATCH] Update to latest syntax --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4ae013b..7636076 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,4 @@ echo "Hello $1" time=$(date) -echo "::[set-output name=time]$time" +echo "::set-output name=time::$time"