Skip to content

Commit

Permalink
chore: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 10, 2024
1 parent e7f1192 commit e384845
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@ This action provide the following functionality for Github Actions users:

# Usage

| Input | default | Required |
| ---------------- | ------- | -------- |
| username | | true |
| password | | true |
| npmrc_output_dir | `.` | |
| project | | true |
| environment | main | |
| application | api | |
| image | | true |
| login_only | false | |
| timeout | `60` | |
| rollback | false | |
| Input | default | Required |
| ---------------- | -------------------------------- | -------- |
| username | | true |
| password | | true |
| project | | true |
| environment | `main` | |
| application | `api` | |
| image | | true |
| login_only | `false` | |
| npmrc_output_dir | `.` | |
| paas_api | `https://console.paas.kuzzle.io` | |
| paas_packages | `packages.paas.kuzzle.io` | |
| timeout | `60` | |
| rollback | `false` | |

> `project` is **Required** by default but not required if `login_only` is set to `true`.
Expand Down

0 comments on commit e384845

Please sign in to comment.