From 61d041ed97d7adbd2f35c9aa317ab054a2c241c7 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Thu, 5 Sep 2019 13:42:29 -0700 Subject: [PATCH] Quotes aren't necessary --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7636076..e4cfd97 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