Skip to content

Commit

Permalink
docs: Add badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Apr 18, 2024
1 parent 7fc5152 commit 8085348
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8085348

Please sign in to comment.