fix repo name for checkout 48/15148/1
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Mon, 13 Oct 2025 15:13:44 +0000 (20:43 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Mon, 13 Oct 2025 15:13:44 +0000 (20:43 +0530)
fix repo name for checkout

Issue-ID: OAM-520
Change-Id: I95ea41c943749c66b3e9c26d726bdbf4df196b02
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
.github/workflows/gerrit-verify.yaml

index 02893e3..40d2091 100644 (file)
@@ -98,7 +98,7 @@ jobs:
       DOCKER_ARTIFACTS_TO_SAVE: "o-ran-sc/oam-oam-controller/sdnr-image:latest o-ran-sc/oam-oam-controller/sdnr-web-image:latest"
   
   deploy-test:
-    needs: [maven-verify]
+    needs: [maven-verify, sanitize]
     runs-on: ubuntu-latest
     steps:
       - name: Download docker artifacts
@@ -117,7 +117,7 @@ jobs:
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
           gerrit-url: ${{ vars.GERRIT_URL }}
-          repository: ${{ inputs.GERRIT_PROJECT }}
+          repository: ${{ github.repository_owner }}/${{ needs.sanitize.outputs.sanitized_project }}
           delay: "0s"
 
       - name: Display structure of checkedout files