We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ed4496 + eeda9c0 commit 06ef50eCopy full SHA for 06ef50e
1 file changed
entrypoint.sh
@@ -166,7 +166,10 @@ declare -A history_type=(
166
["compare"]="$(git log "${tag_commit}".."${commit}" --format=%B)" \
167
)
168
log=${history_type[${branch_history}]}
169
+stop_commands_token=$(cat /proc/sys/kernel/random/uuid)
170
+echo "::stop-commands::${stop_commands_token}"
171
printf "History:\n---\n%s\n---\n" "$log"
172
+echo "::${stop_commands_token}::"
173
174
if [ -z "$tagPrefix" ]
175
then
0 commit comments