nicog60/simple-template-renderer
Replaces some ${TOKEN} in files by the corresponding env variable.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| input | The file(s) to match. Glob pattern can be used | yes | — |
| follow-symbolic-links | Indicates whether to follow symbolic links | — | true |
| output | A directory to save the rendered file(s) to. If omitted, changes are done in place. | — | — |
| hard-fail | Indicate whether to make the action fail when a match could not be replaced. Default just prints a warning | — | false |
| enable-log | Whether the action should log the input and output content | — | false |
Outputs
no outputs