protocolredefined/Event Transformer
Templating on the go
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| accessToken | access token available in the workflow file to authenticate call to github api | — | ${{ github.token }} |
| repoName | input repo for templates here | yes | ${{ github.repository }} |
| branchName | branch name here | yes | ${{ github.event.repository.default_branch }} |
| data | input data to use for rendering | — | — |
| templateType | template type to use ex. HandleBars, Liquid | yes | — |
| sourceType | source type as mentioned in the template config for the template | yes | — |
| clientType | client type can be null to indicate event transformer | — | — |
Outputs
no outputs