release-engineers/Action Template
Runs Jinja2 templating on a file, with access to the GitHub context.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working_directory | The working directory to run the action in, any files under this directory can be included by templates. | no | ${{ github.workspace }} |
| source | Source file relative to the working directory, a Jinja2 template | yes | — |
| target | Target file relative to the working directory, to either create or overwrite | yes | — |
Outputs
no outputs