Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Sep 7, 2024
1 parent d1571a5 commit 756a3c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Only **pnpm** is supported.
- uses: ryohidaka/wxt-submit@v1
with:
dry-run: true
root-path: .

# For Chrome Extension
chrome: true
Expand All @@ -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

Expand Down

0 comments on commit 756a3c0

Please sign in to comment.