From 4e1dc586110cf49e730176ca32f99aa451f820d0 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Fri, 19 Jul 2024 23:30:31 +0500 Subject: [PATCH] More verbosive entrypoint. --- entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 12d8bc4..d60d2e0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,9 @@ #!/bin/bash # Entrypoint that handles both GitHub/Gitea actions things and direct commands execution. +echo "----------" +echo "Launching command:" +echo "$@" +echo "----------" + "$@"