jaywcjlove/action-ejs
A github action to render a ejs template using github context.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your GITHUB_TOKEN | no | ${{ github.token }} |
| template | Input ESJ template string | no | — |
| template-file | Input ESJ template file path. | no | — |
| vars-file | Read the contents of the file into a vars. | no | {} |
| vars | Input variables. A dictionary of variables in JSON format to be used in the template. | no | {} |
| options | A JSON format string of options to be passed to the template engine. | no | {} |
| output | output html path | no | build/index.html |
Outputs
| name | description |
|---|---|
| content | HTML string |