From: Jessica Wagantall Date: Tue, 3 Oct 2023 00:16:47 +0000 (-0700) Subject: Fix: Remove default value for repo target X-Git-Tag: 1.7.1~35 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F136081%2F2;p=ccsdk%2Fcds.git Fix: Remove default value for repo target Issue-ID: CIMAN-33 Change-Id: I2c0013907aca7faf5391cb9879236b34331c5c75 Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 8b9b4600c..557045d0c 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -44,8 +44,7 @@ on: TARGET_REPO: # yamllint disable-line rule:line-length description: "The target GitHub repository needing the required workflow" - required: false - default: ${{ github.repository }} + required: true type: string concurrency: