ajparsons/Auto-Action-Readme
Github Action to use the settings in action.yml to populate the readme.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| output_file | Output file name (default READMD.md). | — | README.md |
| commit_and_push | Push back changes made to Github. | — | true |
| tag | Tag or branch to use in example | — | main |
| comment | Comment after tag or branch to use in example | — | replace with specific tag or commit |
Outputs
| name | description |
|---|---|
| changes_detected | Boolean if there were changes committed. Will be none if 'commit_and_push' was false. |
| commit_hash | Commit hash if new data has been committed. Will be none if 'commit_and_push' was false. |