keita-hino/Get billing for Github Actions
Get billing for Github Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| account-type | user or org | no | user |
| github-token | The GitHub token for your repo | yes | — |
Outputs
| name | description |
|---|---|
| included-minutes | The amount of free GitHub Actions minutes available |
| total-minutes-used | The sum of the free and paid GitHub Actions minutes used |
| usable-minutes | The value obtained by subtracting total-minutes-used from included-minutes |
| days-left-in-billing-cycle | Numbers of days left in billing cycle |