From f5829034a22a3d1a163c39764c77ca1d6d149c12 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 25 Feb 2025 04:06:35 -0700 Subject: [PATCH] fix: `workflow deploy-docker-all`: up to 10 `inputs` for a `workflow_dispatch` event --- .github/workflows/deploy-docker-all.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-docker-all.yml b/.github/workflows/deploy-docker-all.yml index 46fa1e8b..2b73b3a3 100755 --- a/.github/workflows/deploy-docker-all.yml +++ b/.github/workflows/deploy-docker-all.yml @@ -133,13 +133,14 @@ on: # Gitea › Website # # this is the gitea website / url to push to + # github workflow_dispatch allows a max of 10 input fields. # # - IMAGE_GITEA_WEBSITE: - description: '🌎 Gitea Website' - required: true - default: 'git.binaryninja.net' - type: string + # IMAGE_GITEA_WEBSITE: + # description: '🌎 Gitea Website' + # required: true + # default: 'git.binaryninja.net' + # type: string # # # true no changes to the repo will be made