From: ModeSevenIndustrialSolutions Date: Fri, 3 Oct 2025 12:44:39 +0000 (+0100) Subject: CI: Align job output with variable naming, ensure case consistentency X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5e154f8a023978c6d450c4df8558760980976bcf;p=oam%2Foam-controller.git CI: Align job output with variable naming, ensure case consistentency Issue-ID: CIMAN-33 Change-Id: I29d2c3474a6eaf7d6de9758174fc13bb2d00cfb3 Signed-off-by: ModeSevenIndustrialSolutions --- diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index 50879f1..14ff9c6 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -84,7 +84,7 @@ jobs: needs: [notify, sanitize] runs-on: ubuntu-latest outputs: - nexus-password: ${{ steps.load_secrets.outputs.NEXUS_PASSWORD }} + nexus_password: ${{ steps.load_secrets.outputs.NEXUS_PASSWORD }} steps: - name: Load secrets from 1Password id: load_secrets @@ -99,7 +99,7 @@ jobs: # yamllint disable-line rule:line-length uses: lfit/releng-reusable-workflows/.github/workflows/compose-make-merge.yaml@f318aaac9f4fce73a8059fe95ba9080833e018c2 secrets: # forward secrets - NEXUS_PASSWORD: ${{ needs.load-secrets.outputs.NEXUS_PASSWORD }} + NEXUS_PASSWORD: ${{ needs.load-secrets.outputs.nexus_password }} with: GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}