actions-marketplace-validations/report-action-usage

Action to create a CSV or Markdown report of GitHub Actions used

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenGitHub Personal Access Token (PAT) with appropriate user/organization/enterprise scopeyes
enterpriseGitHub Enterprise Cloud account slugno
ownerGitHub organization/user login If owner is a user, results for the authenticated user will be returned no
excludeExclude actions created by GitHub i.e. actions from https://github.com/actions and https://github.com/github organizations nofalse
uniqueList unique GitHub Actions. Possible values are `true`, `false` and `both`.nofalse
csvPath to CSV for the output, e.g. /path/to/action-uses.csvno""
mdPath to markdown for the output, e.g. /path/to/action-uses.mdno""
push_results_to_repoPush the CSV/markdown results to the repoositorynofalse
namedescription
csv_resultGitHub Actions used as CSV (only if `csv` input provided)
csv_result_uniqueGitHub Actions used as CSV (only if `csv` input provided and `unique=both`)
md_resultGitHub Actions used as markdown (only if `md` input provided)
md_result_uniqueGitHub Actions used as markdown (only if `md` input provided and `unique=both`)
json_resultGitHub Actions used as JSON