xbmc/Kodi addon submitter action
Automatically submits your addon to the official repository when creating a new tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kodi-repository | Minimal kodi version where this addon should work (gotham, helix, isengard, jarvis, krypton, leia, matrix) | yes | leia |
| kodi-version | Repository name (repo-scripts for github.com/xbmc/repo-scripts or repo-plugins for github.com/xbmc/repo-plugins) | yes | repo-plugins |
| addon-id | Your addon id | yes | "" |
| kodi-matrix | Submit a Python 2/3 compatible addon to matrix branch in addition to the target branch | no | false |
| sub-directory | Addon is stored in its own directory within the git repo | no | false |
Outputs
| name | description |
|---|---|
| addon-zip | The path to the zip file of the addon |
| addon-zip-matrix | The path to the zip file of the addon release for matrix (PEP440 local version identifier) if kodi-matrix input is true. |