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