clstrickland/Process Template Files

Processes template files using the eps module for placeholder replacement.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Apr 14, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: clstrickland/template-processor@ef484699d0c0eb572a12676ddfff2a1646515388 # v0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
source_directoryDirectory containing the template files (relative to workspace root).yes
destination_directoryDirectory where processed files will be saved (relative to workspace root). Will be created if it does not exist.yes
template_extensionThe file extension used to identify template files (including the dot).no.eps
variablesMultiline string of variables for substitution. Each line should be in the format KEY=VALUE. Example: API_URL=https://example.com DB_NAME=MyDatabase no""

no outputs