From: Eric Ball Date: Thu, 8 Aug 2024 22:41:01 +0000 (-0700) Subject: Fix: Remove TARGET_REPO from novote X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F5194%2F1;p=iec.git Fix: Remove TARGET_REPO from novote Issue-ID: RELENG-4799 Change-Id: I2c7ec938da6040158f033b04a775f7de3590a063 Signed-off-by: Eric Ball --- diff --git a/.github/workflows/gerrit-novote-verify.yaml b/.github/workflows/gerrit-novote-verify.yaml index e837848..cd7950e 100644 --- a/.github/workflows/gerrit-novote-verify.yaml +++ b/.github/workflows/gerrit-novote-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