From 12c712d36e2705196186e939bbb7faf2d2064c17 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:10:13 -0700 Subject: [PATCH] Update isolation mode description --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 99c93adc7..2ada25e68 100644 --- a/action.yml +++ b/action.yml @@ -121,8 +121,9 @@ inputs: required: false default: 'default' description: - 'Isolation mode to use for the docker container. Can be one of process, hyperv, or default. Only applicable on - Windows' + 'Isolation mode to use for the docker container. Can be one of process, hyperv, or default. Default will pick the + default mode as described by Microsoft where server versions use process and desktop versions use hyperv. Only + applicable on Windows' allowDirtyBuild: required: false default: ''