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