diff --git a/.github/templates/docker_context/docker_context.sh b/.github/templates/docker_context/docker_context.sh index d853262b..6f9cf92f 100755 --- a/.github/templates/docker_context/docker_context.sh +++ b/.github/templates/docker_context/docker_context.sh @@ -11,7 +11,7 @@ modules=$(find modules -maxdepth 1 -name "docker-compose*") # Initialize an empty array for JSON objects json_objects=() -echo "input is $1" +echo "Incoming modified modules are $1" # Loop through each module while read -r module; do