austenstone/Actions Usage
Get GitHub Actions usage for a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| org | The org to use for the action | no | ${{ github.repository_owner }} |
| repo | The repository to use for the action | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| ubuntu | The usage of Ubuntu in milliseconds |
| macos | The usage of macOS in milliseconds |
| windows | The usage of Windows in milliseconds |
| total | The total usage in milliseconds |
| included_minutes | The minutes included in your plan |
| total_paid_minutes_used | The total paid minutes used (for prepaid) |