Revert stripped Gerrit inputs 69/14869/1
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Thu, 4 Sep 2025 07:54:12 +0000 (13:24 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Thu, 4 Sep 2025 07:54:12 +0000 (13:24 +0530)
Include GERRIT_BRANCH,GERRIT_CHANGE_ID,GERRIT_CHANGE_URL inputs

Issue-ID: OAM-494
Change-Id: I2b67a2fd9dab6ef2023a96c16b4905979cf2f7ae
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
.github/workflows/gerrit-merge-oam-oam-controller.yaml

index aa397e2..2c639f3 100644 (file)
@@ -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