Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBlazer committed Sep 20, 2023
1 parent e8f159b commit 440b0ca
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,27 @@ name: Вручную запускаемый воркфлоу
on:
workflow_dispatch:
inputs:
flag1:
description: 'Флажок 1'
required: false
default: 'false'
flag2:
description: 'Флажок 2'
required: false
default: 'false'
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
print_tags:
description: 'True to print to STDOUT'
required: true
type: boolean
tags:
description: 'Test scenario tags'
required: true
type: string
environment:
description: 'Environment to run tests against'
type: environment
required: true

jobs:
build:
Expand Down

0 comments on commit 440b0ca

Please sign in to comment.