Test commit for gerrit-merge trigger 37/14737/1
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Wed, 23 Jul 2025 05:59:49 +0000 (11:29 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Wed, 23 Jul 2025 06:01:29 +0000 (11:31 +0530)
Test commit to see if artifacts are uploading to nexus

Issue-ID: OAM-482
Change-Id: Ia9b9059d191d6b2aa4014f2fb692f73b1cf637cc
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
.github/workflows/gerrit-merge.yaml
README.md

index 3ee2c1d..ebd3629 100644 (file)
@@ -12,14 +12,14 @@ on:
         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_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
@@ -69,8 +69,8 @@ jobs:
     uses: ravipendurty/releng-reusable-workflows/.github/workflows/compose-make-merge.yaml@main
     with:
       GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
-      GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}
-      GERRIT_CHANGE_NUMBER: ${{ inputs.GERRIT_CHANGE_NUMBER }}
+      GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}
+      GERRIT_CHANGE_NUMBER: ${{ inputs.GERRIT_CHANGE_NUMBER }}
       GERRIT_CHANGE_URL: ${{ inputs.GERRIT_CHANGE_URL }}
       GERRIT_EVENT_TYPE: ${{ inputs.GERRIT_EVENT_TYPE }}
       GERRIT_PATCHSET_NUMBER: ${{ inputs.GERRIT_PATCHSET_NUMBER }}
index 4b307d7..8ea7fc9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,3 +58,4 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENS
 - Test commit to check GHA triggering
 - Test commit to check GHA triggering
 - Test commit to check GHA triggering
+- Test commit to check GHA triggering