joshmsamuels/Template Populator Action
Dynamically populates a template with data
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| data-url | Data to populate the template with. | yes | resume.json |
| template-url | Template for the data | yes | template.tex |
| variable-tags | A JSON string representing the start and end tags. See action-e2e-test.yml for an example | no | — |
| output-filename | Name of the output file | yes | resume.tex |
Outputs
| name | description |
|---|---|
| populated-template | The template with the data filled in |