fix: readme mentioned wrong parameters #48

Merged
Sebastian.Boehringer merged 2 commits from feature/esb-deploy-action into main 2026-06-17 05:46:13 +00:00
Showing only changes of commit 115300a7e1 - Show all commits

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