calculate_github_actions_cost
Estimate a GitHub Actions monthly bill using the January 2026 runner rates (Linux $0.006/min, Windows $0.010, macOS $0.062), accounting for plan allowances. Also reports what the same workload cost before the price cut.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | GitHub plan: free, pro, team or enterprise (default free) | |
| publicRepo | No | Are these workflows in public repositories? (unlimited free) | |
| linuxMinutes | No | Linux runner minutes per month | |
| macosMinutes | No | macOS runner minutes per month | |
| windowsMinutes | No | Windows runner minutes per month |