jcantosz/Project Count
A GitHub Action to run the project count script
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token for authentication | yes | — |
| GITHUB_ORG | GitHub organization name | yes | — |
| output_dir | Directory to save the output CSV files | no | csv_output |
| per_repo_installations_csv | Filename for the per repo installations CSV file | no | per-repo-installations.csv |
| repo_app_details_csv | Filename for the repo app details CSV file | no | repo-app-details.csv |
| app_repos_csv | Filename for the app repos CSV file | no | app-repos.csv |
Outputs
| name | description |
|---|---|
| per_repo_installations_csv | Path to the per repo installations CSV file |
| repo_app_details_csv | Path to the repo app details CSV file |
| app_repos_csv | Path to the app repos CSV file |