mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:15:42 -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
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user