actions-marketplace-validations/Org Knit
Weave and Tangle Org files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Emacs config to use with the export | — | false |
| setup_file | Setupfile to apply to all exported files | — | false |
| eval | Bool indicating whether to allow evaluation of code blocks during export, or a list of files. | — | false |
| tangle | Bool indicating whether to run org-tangle on each file, or a list of files to tangle. | — | false |
| export | List of formats to export to. | — | html |
| files | List of Org file globs to act on. All .org files by default | — | **/*.org |
| github_token | Use the generated GITHUB_TOKEN for pushing to the remote branch. | — | false |
| branch | Branch to push files to. Will use the default branch unless told otherwise. | — | true |
| force_orphan | Keep only the latest commit on the specified branch. | — | false |
| keep_files | When using a non-default branch, keep non-org-related files. | — | true |
| commit_message | Commit message to use. "!#!" is replaced with the triggering commit's short hash. | — | Knit: !#! |
| fragile | Fail the action at the first sign of trouble, or power on through. | — | true |
Outputs
no outputs