From: aravind.est Date: Mon, 15 Sep 2025 15:47:56 +0000 (+0100) Subject: Append the repository path in Helm URL X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=158067d19e18870a360c2e44d9d382b360784adb;p=it%2Fdep.git Append the repository path in Helm URL Repository path updated to chech the helm package upload Issue-ID: NONRTRIC-1076 Change-Id: Ie2155e770687522b730e74a467c240c4724096e3 Signed-off-by: aravind.est --- diff --git a/.github/workflows/gerrit-merge-itdep.yaml b/.github/workflows/gerrit-merge-itdep.yaml index 18e02853..d5362d8a 100644 --- a/.github/workflows/gerrit-merge-itdep.yaml +++ b/.github/workflows/gerrit-merge-itdep.yaml @@ -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() }}