samypr100/Setup Dev Drive
A GitHub Action to setup a Windows Dev Drive.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| drive-size | Drive Size. Examples: 1GB, 3GB, 10GB. | — | 2GB |
| drive-format | Drive Format. Examples: FAT, FAT32, exFAT, NTFS, ReFS. | — | ReFS |
| drive-path | Absolute or relative path to the Dev Drive storage location. Example: C:/path/to/my/dev_drive.vhdx | — | dev_drive.vhdx |
| drive-type | Determines whether all space is allocated initially or over time. Example: Fixed or Dynamic. | — | Dynamic |
| mount-path | Specific mount location for the Dev Drive. Only compatible with NTFS or ReFS. | no | — |
| mount-if-exists | Supports mounting an existing VHDX located in `drive-path`, avoiding creation overhead. | — | false |
| workspace-copy | Copy your GITHUB_WORKSPACE checkout to your Dev Drive. Examples: true, false. | — | false |
| native-dev-drive | Use native dev drive support when available. | — | true |
| trusted-dev-drive | Use to mark a native dev drive as trusted. | — | false |
| env-mapping | Allows mapping environment variables generated by this action to new user-defined ones. | no | — |
Outputs
no outputs