diff --git a/entrypoint.sh b/entrypoint.sh index 7aaf4c69..f5d5656b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -166,7 +166,10 @@ declare -A history_type=( ["compare"]="$(git log "${tag_commit}".."${commit}" --format=%B)" \ ) log=${history_type[${branch_history}]} +stop_commands_token=$(cat /proc/sys/kernel/random/uuid) +echo "::stop-commands::${stop_commands_token}" printf "History:\n---\n%s\n---\n" "$log" +echo "::${stop_commands_token}::" if [ -z "$tagPrefix" ] then