diff --git a/entrypoint.sh b/entrypoint.sh index 6a0e6e5..f304a6b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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