diff --git a/entrypoint.sh b/entrypoint.sh index 70a0dc3..3fee027 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,5 @@ #!/bin/sh -l echo "Hello $1" -env time=$(date) echo "time=$time" >> $GITHUB_OUTPUT