Skip to content

Commit

Permalink
docs: clarify workspace-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed May 12, 2024
1 parent c444bda commit ff49dab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff49dab

Please sign in to comment.