perxhealth/"Template Substitution" for GitHub Actions
Hydrate template files from the environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 19, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: perxhealth/template-substitution-action@385c6d9dc4a01ae308599864cf5a4ae1b3055e76 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| from | Path on local disk where the target `.tpl.*` can be found | yes | — |
| to | Specify the target output path, including file name | yes | — |
Outputs
| name | description |
|---|---|
| location | Essentially provides the `to` input as an output, useful in cases where `to` may have been dynamically generated. |