mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:35:41 -04:00
fix: workflow deploy-docker-all: up to 10 inputs for a workflow_dispatch event
This commit is contained in:
11
.github/workflows/deploy-docker-all.yml
vendored
11
.github/workflows/deploy-docker-all.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user