fix: actually provide maven profile #50

Merged
Sebastian.Boehringer merged 1 commit from feature/esb-deploy-action into main 2026-06-17 07:50:35 +00:00

View file

@ -94,6 +94,7 @@ runs:
env:
VERIFY_GOALS: ${{ inputs.verify-goals }}
EXTRA_ARGS: ${{ inputs.extra-args }}
MAVEN_PROFILE: ${{ inputs.maven-profile }}
run: |
mvn --batch-mode $VERIFY_GOALS \
-s /tmp/maven-settings.xml \