srz-zumix/kamidana-action
jinja2 cli wrapper kamidana action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template | Jinja2 template file | yes | — |
| output_file | Output file path | no | — |
| variables | Input data | no | — |
| input_format | To be used with the "variables" input, can be one of: yaml,json,toml,csv,tsv,raw,env,md,markdown,spreadsheet | no | yaml |
| data_files | Input data files, supported format: yaml,json,toml | no | — |
| requirements | Additionals modules requirements.txt string | — | — |
| extensions | extension list, i18n,do,loopcontrols,with_,autoescape,debug | no | — |
| additonals | Additionals modules | no | — |
| tee | tee kamidana output | no | false |
| dump_context | dumping loading data | no | false |
| working-directory | working directory | no | ${{ github.workspace }} |
| python-version | setup-python python-version | no | 3.13 |
| github_token | github token for github filter | no | ${{ github.token }} |
| debug | enable kamidana debug | no | false |
Outputs
| name | description |
|---|---|
| text | kamidana output text |