diff --git a/entrypoint.sh b/entrypoint.sh index e4cfd97..3fee027 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,4 @@ echo "Hello $1" time=$(date) -echo ::set-output name=time::$time +echo "time=$time" >> $GITHUB_OUTPUT