From 3e247ef20c9d8a509e115d2351c57ea8c63aba64 Mon Sep 17 00:00:00 2001 From: Jairon Alves Lima Date: Thu, 4 Apr 2024 23:55:09 -0300 Subject: [PATCH] feat: v1 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a6143ba..c898f2b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,7 +16,7 @@ set -e # Read the file using yq yq -o p --properties-separator ':' '... comments = ""' "$1" -_properties=$(_yaml_to_properties "$YAMLPARSER_FILE_PATH") +_properties=$(_yaml_to_properties "$1") _parsed_properties=$(_replace_dots "$properties" "_") # Use INPUT_ to get the value of an input