mirror of https://github.com/OpenVidu/openvidu.git
Github Workflow: comment unnecessary OPERA_VERSION input
parent
8d4584dd79
commit
af8c4ec9d4
|
@ -41,10 +41,10 @@ on:
|
||||||
description: 'Version of Firefox to use. Must be a valid image tag from https://hub.docker.com/r/selenium/standalone-firefox/tags'
|
description: 'Version of Firefox to use. Must be a valid image tag from https://hub.docker.com/r/selenium/standalone-firefox/tags'
|
||||||
required: true
|
required: true
|
||||||
default: latest
|
default: latest
|
||||||
OPERA_VERSION:
|
# OPERA_VERSION:
|
||||||
description: 'Version of Opera to use. Must be a valid image tag from https://hub.docker.com/r/selenium/standalone-opera/tags'
|
# description: 'Version of Opera to use. Must be a valid image tag from https://hub.docker.com/r/selenium/standalone-opera/tags'
|
||||||
required: true
|
# required: true
|
||||||
default: latest
|
# default: latest
|
||||||
EDGE_VERSION:
|
EDGE_VERSION:
|
||||||
description: 'Version of Edge to use. Must be a valid image tag from https://hub.docker.com/r/selenium/standalone-opera/tags'
|
description: 'Version of Edge to use. Must be a valid image tag from https://hub.docker.com/r/selenium/standalone-opera/tags'
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue