From: Ravi Pendurty Date: Thu, 4 Sep 2025 07:54:12 +0000 (+0530) Subject: Revert stripped Gerrit inputs X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b8ff5a6e5991447fcfd85b555518e3709a021849;p=oam%2Foam-controller.git 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 --- 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