From: Jessica Wagantall Date: Tue, 3 Oct 2023 22:46:08 +0000 (-0700) Subject: Fix: Remove target repo input X-Git-Tag: 1.7.1~33 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F136096%2F1;p=ccsdk%2Fcds.git Fix: Remove target repo input Issue-ID: CIMAN-33 Change-Id: If47eeeeb8ac27e4cf54993590a31540212aa332f Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 21264d2e6..6c6a37155 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -41,11 +41,6 @@ on: description: "Gerrit refspec of change" required: true type: string - TARGET_REPO: - # yamllint disable-line rule:line-length - description: "The target GitHub repository needing the required workflow" - required: true - type: string concurrency: # yamllint disable-line rule:line-length @@ -88,7 +83,6 @@ jobs: GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} JDK_VERSION: "17" MVN_VERSION: "3.8.2" - TARGET_REPO: ${{ inputs.TARGET_REPO }} vote: if: ${{ always() }}