From 756a3c07f5f3c444f12c4cd9c43f8d77f3964444 Mon Sep 17 00:00:00 2001 From: ryohidaka <39184410+ryohidaka@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:55:57 +0900 Subject: [PATCH] docs: Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ccb56f0..d9030ec 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Only **pnpm** is supported. - uses: ryohidaka/wxt-submit@v1 with: dry-run: true + root-path: . # For Chrome Extension chrome: true @@ -42,9 +43,10 @@ Only **pnpm** is supported. ## Inputs -| input | required | default | description | -| --------- | -------- | ------- | ------------ | -| `dry-run` | ❌ | `false` | Dry Run Flag | +| input | required | default | description | +| ----------- | -------- | ------- | -------------------------------- | +| `dry-run` | ❌ | `false` | Dry Run Flag | +| `root-path` | ❌ | `.` | The root path of the wxt project | ### For Chrome Extension