locatarr/markdown-table-generator
A custom action written in Rust which generates markdown tables for use in Locatarr. Based on Dylan Anthony's rust-github-action-template (dbanty/rust-github-action-template).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 25, 2026
- License
- GPL 3.0
Pinned Snippet
uses: locatarr/markdown-table-generator@ffb3f4781e7a047296f1bac7412621c025b33a70 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file-path | The path to the JSON file to use | yes | — |
| token | The GitHub token to use for downloading the action binary, defaults to workflow token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| output-file | The path of the generated markdown table file |
| error | The description of any error that occurred |