Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elgohr/github-action-analyzer
Analyzer for the usage of Github Actions
https://github.com/elgohr/github-action-analyzer
actions analyzer github statistics usage
Last synced: 15 days ago
JSON representation
Analyzer for the usage of Github Actions
- Host: GitHub
- URL: https://github.com/elgohr/github-action-analyzer
- Owner: elgohr
- License: mit
- Created: 2020-02-16T20:35:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T18:00:34.000Z (about 1 month ago)
- Last Synced: 2024-12-01T22:05:42.074Z (about 1 month ago)
- Topics: actions, analyzer, github, statistics, usage
- Language: Go
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github-Action-Analyzer
Analyzes the usage of Github Actions## Install
`go get github.com/elgohr/github-action-analyzer`
Make sure to have `GOBIN` in the `PATH`.## Usage
At the moment there is just a summary
```
$ github-action-analyzer -name=my-repository -access-token=my-token summary
{
"TotalRepositories": 1020,
"TotalSteps": 1270,
"With": {
"myWithFirstOption": 20
"myWithSecondOption": 1
}
```