Fix: Remove additional inputs for workflow call 80/136080/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 2 Oct 2023 23:12:43 +0000 (16:12 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 2 Oct 2023 23:12:43 +0000 (16:12 -0700)
Issue-ID: CIMAN-33
Change-Id: I6dca8cecbd436fcc95d3831d247d2f1444342d32
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml

index a274f16..8b9b460 100644 (file)
@@ -41,16 +41,6 @@ on:
         description: "Gerrit refspec of change"
         required: true
         type: string
-      JDK_VERSION:
-        description: "OpenJDK version"
-        required: false
-        default: "17"
-        type: string
-      MVN_VERSION:
-        description: "Maven version"
-        required: false
-        default: "3.8.2"
-        type: string
       TARGET_REPO:
         # yamllint disable-line rule:line-length
         description: "The target GitHub repository needing the required workflow"