doitian/Disk Available Space
Get available space of the specified disk
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Return the available space of the disk containing the directory specified by the path | no | ${{ github.workspace }} |
| clean-threshold | Run clean command when available space in megabytes is less than the threshold | no | — |
| clean | Run this command in bash when available space in megabytes is less than the threshold | no | — |
Outputs
| name | description |
|---|---|
| available-space | Available space in megabytes |