beqabeqa473/Submit NVDA addon
Github Action for automating of submitting NVDA addons to addon store
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| addon_name | An addon name which should be submitted. | yes | — |
| addon_version | An addon version which should be submitted. | yes | — |
| download_url | The URL to download the add-on. It must start with 'https' and end with 'nvda-addon'. This URL should always download the same file of the same add-on version. | yes | — |
| source_url | The URL to review the source code of the submitted add-on. | no | — |
| publisher | The name of the individual, group, or company responsible for the addon. | no | — |
| channel | Channel for this add-on release. (Choose from: ['stable', 'beta', 'dev'] | no | stable |
| license_name | The license that this add-on is released under. | no | GPL v2 |
| license_url | The URL for the license of this add-on | no | https://www.gnu.org/licenses/gpl-2.0.html |
| token | Authorized secret GitHub Personal Access Token. | yes | — |
Outputs
| name | description |
|---|---|
| issue_number | Created issue number of submitted addon. |