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: 7 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T17:52:59.000Z (3 months ago)
- Last Synced: 2024-10-10T18:46:47.659Z (27 days ago)
- Topics: actions, analyzer, github, statistics, usage
- Language: Go
- Size: 108 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
}
```