add mask for kubectl output

This commit is contained in:
YD Suh 2022-11-01 10:25:05 +09:00 committed by GitHub
parent a3b3f4058e
commit 06b833eee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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