From 6c04ebfe3e51048dca90060b419c4d9d00a77fff Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Thu, 8 Aug 2024 15:41:01 -0700 Subject: [PATCH] Fix: Remove TARGET_REPO from novote Issue-ID: RELENG-4799 Change-Id: I2c7ec938da6040158f033b04a775f7de3590a063 Signed-off-by: Eric Ball --- .github/workflows/gerrit-novote-verify.yaml | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.16.6