From b8ff5a6e5991447fcfd85b555518e3709a021849 Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Thu, 4 Sep 2025 13:24:12 +0530 Subject: [PATCH] Revert stripped Gerrit inputs Include GERRIT_BRANCH,GERRIT_CHANGE_ID,GERRIT_CHANGE_URL inputs Issue-ID: OAM-494 Change-Id: I2b67a2fd9dab6ef2023a96c16b4905979cf2f7ae Signed-off-by: Ravi Pendurty --- .../workflows/gerrit-merge-oam-oam-controller.yaml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/gerrit-merge-oam-oam-controller.yaml b/.github/workflows/gerrit-merge-oam-oam-controller.yaml index aa397e2..2c639f3 100644 --- a/.github/workflows/gerrit-merge-oam-oam-controller.yaml +++ b/.github/workflows/gerrit-merge-oam-oam-controller.yaml @@ -8,22 +8,22 @@ name: Gerrit Composed Maven Merge on: workflow_dispatch: inputs: - # GERRIT_BRANCH: - # description: "Branch that change is against" - # required: true - # type: string - # GERRIT_CHANGE_ID: - # description: "The ID for the change" - # required: true - # type: string + GERRIT_BRANCH: + description: "Branch that change is against" + required: true + type: string + GERRIT_CHANGE_ID: + description: "The ID for the change" + required: true + type: string GERRIT_CHANGE_NUMBER: description: "The Gerrit number" required: true type: string - # GERRIT_CHANGE_URL: - # description: "URL to the change" - # required: true - # type: string + GERRIT_CHANGE_URL: + description: "URL to the change" + required: true + type: string GERRIT_EVENT_TYPE: description: "Type of Gerrit event" required: true -- 2.16.6