samypr100/Setup Dev Drive

A GitHub Action to setup a Windows Dev Drive.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
drive-sizeDrive Size. Examples: 1GB, 3GB, 10GB.2GB
drive-formatDrive Format. Examples: FAT, FAT32, exFAT, NTFS, ReFS.ReFS
drive-pathAbsolute or relative path to the Dev Drive storage location. Example: C:/path/to/my/dev_drive.vhdxdev_drive.vhdx
drive-typeDetermines whether all space is allocated initially or over time. Example: Fixed or Dynamic.Dynamic
mount-pathSpecific mount location for the Dev Drive. Only compatible with NTFS or ReFS.no
mount-if-existsSupports mounting an existing VHDX located in `drive-path`, avoiding creation overhead.false
workspace-copyCopy your GITHUB_WORKSPACE checkout to your Dev Drive. Examples: true, false.false
native-dev-driveUse native dev drive support when available.true
trusted-dev-driveUse to mark a native dev drive as trusted.false
env-mappingAllows mapping environment variables generated by this action to new user-defined ones.no

no outputs