From 0e01dd1301ef5b83b50c4e1d03dd9c782f103c23 Mon Sep 17 00:00:00 2001 From: sist <15859432+stiebels@users.noreply.github.com> Date: Sat, 29 Jul 2023 20:28:54 +0200 Subject: [PATCH] fix --- entrypoint.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1f516a1..f693595 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,13 +2,6 @@ set -e -INPUT_PUML_VERSION="${1}" -INPUT_PIP_INSTALL_DEPS_CMD="${2}" -INPUT_PATH="${3}" -INPUT_MODULE="${4}" -INPUT_OUTPUT_DIR="${5}" - - # Generating the PUML file from the Python module pip install py2puml