Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Apr 5, 2024
1 parent 10cb3bb commit 3e247ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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_<INPUT_NAME> to get the value of an input
Expand Down

0 comments on commit 3e247ef

Please sign in to comment.