skills/Text Variables

Load a text file and replace Nunjucks style variables. Returns modified text as an output for use in other actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
template-fileThe path to a text file to load as the template.no
template-textThe template text with variable placeholders. Disables loading from file.no
template-varsA JSON object containing variables to replace in the text.yes
namedescription
updated-textThe text content with variables replaced.