Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored Mar 18, 2023
1 parent 748c7db commit ed42474
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,21 @@ Download a binary from the [releases page](https://github.com/self-actuated/acti
## Output

```bash
actions-usage --org openfaas --token $(cat ~/pat.txt)
actions-usage --org openfaas --token $(cat ~/pat.txt) --days 28

Fetching last 30 days of data (created>=2023-01-29)
Usage report generated by self-actuated/actions-usage.

Total repos: 45
Total repos: 44
Total private repos: 0
Total public repos: 45
Total public repos: 44

Total workflow runs: 95
Total workflow jobs: 113
Total usage: 6h16m16s (376 mins)
Total workflow runs: 128
Total workflow jobs: 173

Total users: 4
Longest build: 13m50s
Average build time: 2m55s
Total usage: 8h24m21s (504 mins)
```

As a user:
Expand All @@ -65,3 +69,15 @@ go run . --org actuated-samples --token $(cat ~/pat.txt)

This tool was created as part of [actuated.dev](https://actuated.dev) by OpenFaaS Ltd.

[![Insights for customers](https://pbs.twimg.com/media/FqnJ8rLXgAEnJDZ?format=png&name=medium)](https://twitter.com/alexellisuk/status/1633059062639108096/)

> [Actuated.dev](https://actuated.dev) has built-in charts for overall usage on a GitHub organisation and a repo-level break down of passing/failing builds and total time spent in each.
## License

MIT

Contributions are welcome, however an Issue must be raised and approved before submitting a PR.

For typos, raise an Issue and a contributor will fix this. It's easier for everyone that way.

0 comments on commit ed42474

Please sign in to comment.