Append the repository path in Helm URL 15/14915/1
authoraravind.est <aravindhan.a@est.tech>
Mon, 15 Sep 2025 15:47:56 +0000 (16:47 +0100)
committeraravind.est <aravindhan.a@est.tech>
Mon, 15 Sep 2025 15:47:56 +0000 (16:47 +0100)
Repository path updated to chech the helm package upload

Issue-ID: NONRTRIC-1076
Change-Id: Ie2155e770687522b730e74a467c240c4724096e3
Signed-off-by: aravind.est <aravindhan.a@est.tech>
.github/workflows/gerrit-merge-itdep.yaml

index 18e0285..d5362d8 100644 (file)
@@ -172,6 +172,7 @@ jobs:
           repository_name: 'helm.snapshot'
           files_path: "${{ env.CHARTS_BUILD_DIR }}"
           file_pattern: '*.tgz'
+          upload_path: "${{ github.event.repository.name }}"
 
   report-status:
     if: ${{ always() }}