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"