Browse Source

Actual bash function call

master
Drew Short 4 years ago
parent
commit
07ae477047
  1. 2
      bin/out
  2. 2
      tag

2
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)_"

2
tag

@ -1 +1 @@
1.0.5
1.0.6
Loading…
Cancel
Save