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 "----------" + "$@"