aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2023-10-02 16:12:43 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2023-10-02 16:12:43 -0700
commit2c2d6209f572cb6365c7a58b1bbf11a0fbe66dda (patch)
treebfa8e81d2ca3c3441cc9a80f7a729f2a49f04bd9 /.github
parent186a079fba2bbb956f6aab450efc9dc84fec8182 (diff)
Fix: Remove additional inputs for workflow call
Issue-ID: CIMAN-33 Change-Id: I6dca8cecbd436fcc95d3831d247d2f1444342d32 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gerrit-verify.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml
index a274f1604..8b9b4600c 100644
--- a/.github/workflows/gerrit-verify.yaml
+++ b/.github/workflows/gerrit-verify.yaml
@@ -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"