maael/Template Repository Usage Action
A GitHub action to automatically update a template repository README with a list of repos that used it in an organisation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A personal access token that can access your organisation repos, see https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token for more. | yes | — |
| org | A way to override the organisation the action is checking for usage of the template | no | — |
| repo | A way to override the repo the action is checking for usage of in the given org | no | — |
| readme_path | The path to the README to update | no | — |
| heading_level | The heading level for the usage section in the README file | no | — |
| author_name | The name of the user that will be displayed as the author of the commit | no | — |
| author_email | The email of the user that will be displayed as the author of the commit | no | — |
| cwd | The directory where your repository is located. You should use actions/checkout first to set it up | no | . |
Outputs
no outputs