Fix: Add default values to inputs needed by Maven verify
[ccsdk/cds.git] / .github / workflows / gerrit-verify.yaml
index 8b9b460..21264d2 100644 (file)
@@ -44,8 +44,7 @@ on:
       TARGET_REPO:
         # yamllint disable-line rule:line-length
         description: "The target GitHub repository needing the required workflow"
-        required: false
-        default: ${{ github.repository }}
+        required: true
         type: string
 
 concurrency:
@@ -87,8 +86,8 @@ jobs:
       GERRIT_PATCHSET_REVISION: ${{ inputs.GERRIT_PATCHSET_REVISION }}
       GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }}
       GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }}
-      JDK_VERSION: ${{ inputs.JDK_VERSION }}
-      MVN_VERSION: ${{ inputs.MVN_VERSION }}
+      JDK_VERSION: "17"
+      MVN_VERSION: "3.8.2"
       TARGET_REPO: ${{ inputs.TARGET_REPO }}
 
   vote: