Skip to content

Commit

Permalink
docs: add source-file-path input in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Aug 16, 2024
1 parent 6683a27 commit 6297451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ All options are required unless otherwise noted.
- `release-notes`: (optional) add-on's release note; this must be a valid JSON string (e.g.
`{"en-US":"foo"}`).
- `self-hosted` (optional) whether the add-on should be self-hosted; default `false`.
- `source-file-path` (optional): path to the source file; must be end with one of `.zip`, `.tar.gz`,
`.tgz` or `.tar.bz2`.
- `jwt-issuer`: your jwt issuer.
- `jwt-secret`: your jwt secret.

Expand Down

0 comments on commit 6297451

Please sign in to comment.