mirror of
https://github.com/armbian/build.git
synced 2025-09-18 20:21:24 +02:00
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="$*"
|
local output_value="$*"
|
||||||
|
|
||||||
echo "${output_name}=${output_value}" >> "${GITHUB_OUTPUT}"
|
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…
x
Reference in New Issue
Block a user