danny900714/Upload Anki add-on to AnkiWeb
Upload Anki add-on to AnkiWeb inside your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | Your AnkiWeb username. | yes | — |
| password | Your AnkiWeb password. | yes | — |
| addon-id | The download code for the add-on. If not provided, a new add-on will be created. | no | "" |
| title | The title of the add-on. Must be fewer than 80 characters. | yes | — |
| tags | Space-separated tags for this add-on. | no | "" |
| support-page | A bug tracker, forum link, or other page where users can reach you. Must start with http. | no | "" |
| branches | A list of branch notations, one per line. The branch notation is defined as <start-version>-<end-version>(+), where <start-version> and <end-version> are Anki version numbers, and the optional + means the add-on is compatible with all future versions after <end-version>. For example, 2.1.1-2.1.66 means the add-on is compatible with Anki versions from 2.1.1 to 2.1.66, inclusive; 23.10.0-25.09.4+ means the add-on is compatible with Anki versions from 23.10.0 to 25.09.4, inclusive, and all future versions after 25.09.4. | yes | — |
| addon-files | A list of paths to add-on files, one per line. The number of paths must match the number of branches, and the order must correspond to each other. To skip uploading an add-on file for a branch, use a dash (-) on the corresponding line. For example, to upload an add-on file for the second branch but not the first: - path-to-addon-file.ankiaddon | yes | — |
| description | The description of the add-on. Markdown and basic HTML are supported. If both description and description-file are provided, description will take precedence. | no | "" |
| description-file | Path to a file containing the add-on description. Markdown and basic HTML are supported. If both description and description-file are provided, description will take precedence. | no | "" |
Outputs
| name | description |
|---|---|
| addon-id | The add-on ID of the uploaded add-on. You can use this ID to update the add-on in the future. |