diff --git a/bin/out b/bin/out index b2a92bb..5ae9f1a 100755 --- a/bin/out +++ b/bin/out @@ -55,7 +55,7 @@ team="$(jq -r '.params.team // "main"' < "${payload}")" prefix="$(jq -r '.params.prefix // ""' < "${payload}")" is_html="$(jq -r '.params.is_html // "false"' < "${payload}")" -log_debug("$debug" "$(jq '.' < "${payload}")") +log_debug "$debug" "$(jq '.' < "${payload}")" TEXT_FILE_CONTENT="" [[ -n "${text_file}" && ! -f "${text_file}" ]] && TEXT_FILE_CONTENT="_(text_file not found)_" diff --git a/tag b/tag index 90a27f9..ece61c6 100644 --- a/tag +++ b/tag @@ -1 +1 @@ -1.0.5 +1.0.6 \ No newline at end of file