add mask for kubectl output
This commit is contained in:
parent
a3b3f4058e
commit
06b833eee9
@ -42,6 +42,7 @@ if [ -z "$dest" ]; then
|
|||||||
else
|
else
|
||||||
output=$(kubectl $*)
|
output=$(kubectl $*)
|
||||||
echo "::set-output name=$dest::$output"
|
echo "::set-output name=$dest::$output"
|
||||||
|
echo "::add-mask::$output"
|
||||||
|
|
||||||
# debug only
|
# debug only
|
||||||
#echo $output
|
#echo $output
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user