From 607adb9d63d944b78012220f33fdf053cf8498a3 Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Sun, 12 May 2024 22:13:21 -0400 Subject: [PATCH] docs: example uses default values --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 084a93d..03b607f 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ You can optionally pass parameters to the action as follows: with: drive-size: 1GB drive-format: ReFS - drive-type: Fixed + drive-type: Dynamic drive-path: "dev_drive.vhdx" mount-if-exists: false - workspace-copy: true + workspace-copy: false ``` ## Configuration