actions-marketplace-validations/Render Template (Handlebars)
Renders a handlebars template with custom inputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 17, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/badsyntax_github-action-render-template@933ca101770694abdf02b07fd417245ac8206328 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| template | The path to the handlebars template file. For example: ./.github/pr-comment-template.hbs | yes | — |
| inputs | A JSON object of key value pairs. For example: {"key":"value"} | yes | — |
Outputs
| name | description |
|---|---|
| result | Escaped rendered template |