From 8085348898438b5ae5171063d90776e5af575646 Mon Sep 17 00:00:00 2001 From: ryohidaka <39184410+ryohidaka@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:48:23 +0900 Subject: [PATCH] docs: Add badges. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fd439e..1b5c7c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # wxt-submit +[![Test Action](https://github.com/ryohidaka/wxt-submit/actions/workflows/main.yml/badge.svg)](https://github.com/ryohidaka/wxt-submit/actions/workflows/main.yml) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B6TVH92) + A GitHub Action that submits new versions of an extension created with [WXT](https://wxt.dev/) for review. ## Notes @@ -66,10 +69,10 @@ Only **pnpm** is supported. | input | required | default | description | | ----------------------- | -------- | ------- | ---------------------------------- | | `edge` | ❌ | `false` | Flag whether to target Edge or not | -| `edge-product-id` | ✔ | | Edge Product ID | -| `edge-client-id` | ✔ | | Edge Client ID | -| `edge-client-secret` | ✔ | | Edge Client Secret | -| `edge-access-token-url` | ✔ | | Edge Access Token URL | +| `edge-product-id` | ✔ | | Edge Product ID | +| `edge-client-id` | ✔ | | Edge Client ID | +| `edge-client-secret` | ✔ | | Edge Client Secret | +| `edge-access-token-url` | ✔ | | Edge Access Token URL | ## Link