From 46d84a63b6225edcfe8dd2b5162a99db3b5c0bf6 Mon Sep 17 00:00:00 2001 From: Lumynous Date: Tue, 24 Dec 2024 18:00:58 +0800 Subject: [PATCH 1/2] Correct action name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fa50b3..5741cad 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If your add-on includes minified files or transpiled files, you should submit yo ```yaml steps: -- uses: browser-actions/public-firefox-addon@latest +- uses: browser-actions/release-firefox-addon@latest with: addon-id: "please specify your add-on in number or UUID format, or add-on name" addon-path: "path/to/your/addon.zip" From 474645b4b7c6244347878b2254f58cd5fbaae54d Mon Sep 17 00:00:00 2001 From: Lumynous Date: Tue, 24 Dec 2024 18:04:22 +0800 Subject: [PATCH 2/2] Remove unmatched quotes in readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5741cad..27f4407 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ All supported options are the following: | `compatibility-firefox-max` | Maximum version of Firefox that the version of the add-on is compatible with. | | | | `license` | License of the version. You can see available licenses [here](https://addons-server.readthedocs.io/en/latest/topics/api/licenses.html). | | | | `release-note` | Information about changes in the new version. Note that this field supports only locale "en-US". | | | -| `channel` | 'Channel to publish the version. This field supports only "listed" and "unlisted". | | `listed` | +| `channel` | Channel to publish the version. This field supports only "listed" and "unlisted". | | `listed` | | `auth-api-issuer` | An API key of the JWT token for authentication. | Yes | | | `auth-api-secret` | An API secret of the JWT token for authentication. | Yes | | @@ -60,11 +60,11 @@ All supported options are the following: All supported outputs are the following: -| Name | Description | -| --- | --- | -| `version` | 'Version number of the uploaded version. | -| `version-id` | 'ID of the uploaded version in numeric format. | -| `version-edit-url` | 'URL of the edit page of the uploaded version. | +| Name | Description | +| --- | --- | +| `version` | Version number of the uploaded version. | +| `version-id` | ID of the uploaded version in numeric format. | +| `version-edit-url` | URL of the edit page of the uploaded version. | ## License