mimu
mimu
## internal ### github - [x] auth.go - [ ] jobs.go - [ ] runs.go ### parser - [x] jobs.go https://github.com/fchimpan/gh-workflow-stats/pull/16 - [x] runs.go https://github.com/fchimpan/gh-workflow-stats/pull/14 - [x] calculate.go ### printer...
Currently, the execution duration of a workflow run is calculated as the difference between `run_started_at` and `update_at`. There are cases where, after a significant amount of time has passed from...
For performance and API rate limit reasons, once a result is retrieved, it does not need to be retrieved again.
Container Registry is [deprecated](https://cloud.google.com/container-registry/docs/deprecations/container-registry-deprecation) and is superseded by [Artifact Registry](https://cloud.google.com/artifact-registry/docs/overview). After May 15, 2024. Therefore, change to use Container Registry instead of Artifact Registry.
## Description fix https://github.com/actions/cache/issues/1334 According to the [README](https://github.com/actions/cache?tab=readme-ov-file#outputs), if the cache was not found, the output should be `'false'`. However, it actually returned an empty string. This seems to be...