github-actions: more logging for GHA actions outputs
This commit is contained in:
parent
27a021d193
commit
e3a4060595
@ -23,5 +23,5 @@ function github_actions_add_output() {
|
||||
local output_value="$*"
|
||||
|
||||
echo "${output_name}=${output_value}" >> "${GITHUB_OUTPUT}"
|
||||
display_alert "Added GHA output" "'${output_name}'='${output_value}'" "debug"
|
||||
display_alert "Added GHA output" "'${output_name}'='${output_value}'" "ext"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user