fix: actually provide maven profile
All checks were successful
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 59s
validate-shared-actions / validate-shared-actions (pull_request) Successful in 41s

This commit is contained in:
Böhringer_Sebastian_-_J._Schmalz_GmbH 2026-06-17 09:41:57 +02:00
parent a49611f288
commit 9783972537

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 \