From: Jessica Wagantall Date: Thu, 1 Feb 2024 19:20:08 +0000 (-0800) Subject: Fix: Workflow_dispatch should only define 10 inputs max X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fa1-interface.git;a=commitdiff_plain;h=9eacda36f38572854d2b12c2dd09ba4a48c12172 Fix: Workflow_dispatch should only define 10 inputs max Change-Id: Iaab5ce2c0ca5e59df7bda46e455b9b31d69f9b61 Signed-off-by: Jessica Wagantall --- 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