actions-marketplace-validations/report-action-usage
Action to create a CSV or Markdown report of GitHub Actions used
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Personal Access Token (PAT) with appropriate user/organization/enterprise scope | yes | — |
| enterprise | GitHub Enterprise Cloud account slug | no | — |
| owner | GitHub organization/user login If owner is a user, results for the authenticated user will be returned | no | — |
| exclude | Exclude actions created by GitHub i.e. actions from https://github.com/actions and https://github.com/github organizations | no | false |
| unique | List unique GitHub Actions. Possible values are `true`, `false` and `both`. | no | false |
| csv | Path to CSV for the output, e.g. /path/to/action-uses.csv | no | "" |
| md | Path to markdown for the output, e.g. /path/to/action-uses.md | no | "" |
| push_results_to_repo | Push the CSV/markdown results to the repoository | no | false |
Outputs
| name | description |
|---|---|
| csv_result | GitHub Actions used as CSV (only if `csv` input provided) |
| csv_result_unique | GitHub Actions used as CSV (only if `csv` input provided and `unique=both`) |
| md_result | GitHub Actions used as markdown (only if `md` input provided) |
| md_result_unique | GitHub Actions used as markdown (only if `md` input provided and `unique=both`) |
| json_result | GitHub Actions used as JSON |