From 9eacda36f38572854d2b12c2dd09ba4a48c12172 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 1 Feb 2024 11:20:08 -0800 Subject: [PATCH] Fix: Workflow_dispatch should only define 10 inputs max Change-Id: Iaab5ce2c0ca5e59df7bda46e455b9b31d69f9b61 Signed-off-by: Jessica Wagantall --- .github/workflows/gerrit-novote-verify.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/gerrit-novote-verify.yaml b/.github/workflows/gerrit-novote-verify.yaml index 105d010..d1a1902 100644 --- a/.github/workflows/gerrit-novote-verify.yaml +++ b/.github/workflows/gerrit-novote-verify.yaml @@ -29,10 +29,6 @@ on: description: "The patch number for the change" required: true type: string - GERRIT_PATCHSET_REVISION: - description: "The revision sha" - required: true - type: string GERRIT_PROJECT: description: "Project in Gerrit" required: true -- 2.16.6