km185205/.drawio rendering action
Automatically render .drawio files to .{png,svg,pdf,jpg}
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| formats | A comma-separated list of the formats to render. All supported formats: `svg,pdf,png,jpg` | no | svg |
| sub-dirs | A comma-separated list of directories to consider when searching for `.drawio` files | no | . |
| skip-dirs | A comma-separated list of directories to skip when searching for `.drawio` files | no | .git |
| files | A comma-separated list of specific files to convert, in the form `dest-file=src-file` | no | = |
| log-level | Specify the log level, recognized levels are `info` and `debug` | no | info |
Outputs
| name | description |
|---|---|
| rendered-files | A space-separated list of files that were rendered, can be passed to e.g. `git add` |