fix: readme mentioned wrong parameters
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m57s
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 2m16s

This commit is contained in:
Böhringer_Sebastian_-_J._Schmalz_GmbH 2026-06-16 16:32:34 +02:00
parent 4e15383d23
commit 115300a7e1

View file

@ -10,14 +10,14 @@ Deploy a service to an ESB docker host.
| `java-version` | Yes | 25 | Same as default of the maven-build action |
| `maven-profile` | No | `test` | Maven profile to activate during deploy |
| `maven-settings` | **Yes** | — | Secret containing the `settings.xml` content used for repository authentication |
| `service-name` | Yes | — | Name of the service to deploy |
| `service` | Yes | — | Name of the service to deploy |
## Usage
```yaml
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/esb-deploy@esb-deploy-v1
with:
service-name: my-service
service: my-service
docker-host: esbdocker2-stage.schmalzgroup.net
java-version: 8
maven-profile: test