medyagh/Info Block
Print runner OS/hardware/network details for debugging
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail_on_error | Set to true to fail the step if any command errors. | no | false |
Outputs
| name | description |
|---|---|
| memory_gb | Total memory in gigabytes (integer) |
| cpu_cores | Number of CPU cores (integer) |
| load_average | Load average (1-minute on macOS/Linux, current CPU load % on Windows) |
| free_mem | Free/available memory in megabytes (integer) |
| procs | List of running processes on the runner |
| duration_seconds | Runtime of the info-block action in seconds |