Github Workflow: comment unnecessary OPERA_VERSION input

pull/780/head
pabloFuente 2023-02-22 13:26:17 +01:00
parent 8d4584dd79
commit af8c4ec9d4
1 changed files with 4 additions and 4 deletions

View File

@ -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