clstrickland/Process Template Files
Processes template files using the eps module for placeholder replacement.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 14, 2025
- License
- None
Pinned Snippet
uses: clstrickland/template-processor@ef484699d0c0eb572a12676ddfff2a1646515388 # v0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source_directory | Directory containing the template files (relative to workspace root). | yes | — |
| destination_directory | Directory where processed files will be saved (relative to workspace root). Will be created if it does not exist. | yes | — |
| template_extension | The file extension used to identify template files (including the dot). | no | .eps |
| variables | Multiline string of variables for substitution. Each line should be in the format KEY=VALUE. Example: API_URL=https://example.com DB_NAME=MyDatabase | no | "" |
Outputs
no outputs