From ff49dabd32fab6fbe8f7c50b742fa2054dfe5bbf Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Sun, 12 May 2024 12:05:17 -0400 Subject: [PATCH] docs: clarify `workspace-copy` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5a53679..f373193 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ it creates a shallow copy of your commit to `${{ github.workspace }}`. When `wor is set to `true` it will copy your workspace into your dev drive allowing you move your workload to be purely on the dev drive. +This option was needed since `actions/checkout` does not allow cloning outside `${{ github.workspace }}`. +See [actions/checkout#197](https://github.com/actions/checkout/issues/197). + ## Environment Variables These environment variables are meant to be used along `working-directory` to make sure