anupammajhi/Update File in Repository with EJS
Github Action step to update a file in repo using an ejs template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| FILE_PATH | Relative Path of file to update | yes | — |
| STARTING_COMMENT | The comment that marks from where in the file it should start writing | yes | — |
| ENDING_COMMENT | The comment that marks up to where in the file it should write | yes | — |
| EJS_TEMPLATE_PATH | EJS Template to use for the content to be updated | yes | — |
| TEMPLATE_INPUT_JSON | JSON of inputs to be used to fill the template variables | yes | — |
Outputs
no outputs