From 9c633082b0745e4956a737c2e0be86d2eab9b9e8 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 4 Feb 2026 14:31:28 +0100 Subject: [PATCH] added welcome message with version number --- webhooks-git/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webhooks-git/entrypoint.sh b/webhooks-git/entrypoint.sh index 6b99405..cd858d5 100644 --- a/webhooks-git/entrypoint.sh +++ b/webhooks-git/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/sh +echo "Starting dadi staging webhook v1.0.0" + # # Create hosts.json with by replacing environment variables in template file #