andry81-devops/accum-gh-stats
GitHub composite action to request and accumulate a repository clones/views statistic
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 5, 2026
- License
- MIT
Pinned Snippet
uses: andry81-devops/gh-action--accum-gh-stats@f41c9c057abe2318f95511e9e5f5d5ceb1e92606 # v1.4.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| deps_repo_owner | Owner of a repository used to checkout dependencies | yes | — |
| deps_repo_branch | Repository branch used to checkout dependencies | — | master |
| deps_repo_read_token | PAT token to a repository used to checkout dependencies | — | ${{ github.token }} |
| stat_repo_owner | Owner of a repository used to request the statistic | yes | — |
| stat_repo | Repository name used to request the statistic | yes | — |
| stat_entity | Statistic entity to request | yes | — |
| commit_msg_entity | Commit message entity. The `stat_entity` does use if not defined. | — | — |
| stat_repo_read_token | PAT token to a repository used to request the statistic with statistic read access rights | yes | — |
| curl_flags | additional curl flags | — | — |
| output_repo_owner | Owner of a repository used to output the statistic | yes | — |
| output_repo | Repository name used to output the statistic | yes | — |
| output_repo_branch | Repository branch used to output the statistic | — | master |
| output_repo_dir | Output repository relative directory path to store requested and accumulated statistic | yes | — |
| output_repo_write_token | PAT token to the output repository with write/push access rights | yes | — |
| flags | String of flag values list in format of `NAME[=[EXPR]]` ready to be evaluated as a shell array: `(<0> <1> ... <N>)`. If `EXPR` is not empty and begins by '[' then, use `eval EXPR` instead of `(( EXPR ))` expression. Otherwise if a flag expression is `NAME=`, then false (unflagged). Otherwise if a flag expression is `NAME`, then true (flagged). | — | — |
| env | environment variables | — | — |
Outputs
no outputs