GitHub Actions Billing returns total_paid_minutes_used as float64 #2284
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2283
GitHub Actions returns total_paid_minutes_used as floating point value.
The Implementation should accept this floating point value as float64.
Example
{ "total_minutes_used": 1234, "total_paid_minutes_used": 3959.0, "included_minutes": 3000, "minutes_used_breakdown": { "UBUNTU": 1234, "MACOS": 1234, "WINDOWS": 1234 } }