diff --git a/hello.sh b/hello.sh index 0b2efd5..a8e0ff5 100755 --- a/hello.sh +++ b/hello.sh @@ -1,6 +1,7 @@ #!/bin/sh echo "👋 Hello from Forgejo Runner!" echo "Date: $(date)" +echo "New runner test ! d2ind in VM" echo "=== Runner env infos ===" echo "$(hostname)" echo "=== === === === === === ==="