From 630c3e778798619148da98461bdfb48265bb0830 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Fri, 23 Aug 2024 13:34:09 +0100 Subject: Fix: Add inputs to composed-generic-sonar-cloud.yaml Issue-ID: SECCOM-276 Add required JSON inputs as minimal strings: "{}" Change-Id: I34d6f8ab70d0a1e6621261c6b59aad1ae4ac7218 Signed-off-by: Matthew Watkins --- .github/workflows/gerrit-merge.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index 2acb762..3fa0a19 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -84,6 +84,8 @@ jobs: GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }} GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} JDK_VERSION: "17" + ENV_VARS: "{}" + ENV_SECRETS: "{}" SONAR_ARGS: > -Dsonar.organization=onap -Dsonar.projectKey=onap_portal-ng-ui -- cgit 1.2.3-korg