fix: workflow deploy-docker-all: up to 10 inputs for a workflow_dispatch event

This commit is contained in:
2025-02-25 04:06:35 -07:00
parent f186dd8030
commit f5829034a2

View File

@@ -133,13 +133,14 @@ on:
# Gitea Website # Gitea Website
# #
# this is the gitea website / url to push to # this is the gitea website / url to push to
# github workflow_dispatch allows a max of 10 input fields.
# # # #
IMAGE_GITEA_WEBSITE: # IMAGE_GITEA_WEBSITE:
description: '🌎 Gitea Website' # description: '🌎 Gitea Website'
required: true # required: true
default: 'git.binaryninja.net' # default: 'git.binaryninja.net'
type: string # type: string
# # # #
# true no changes to the repo will be made # true no changes to the repo will be made