Skip to content

Commit aecddb5

Browse files
committed
Update main.yml
1 parent 37b7204 commit aecddb5

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/workflows/main.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
on: [push]
1+
on:
2+
push:
3+
workflow_dispatch:
4+
inputs:
5+
logLevel:
6+
description: 'Log level'
7+
required: true
8+
default: 'warning'
9+
type: choice
10+
options:
11+
- info
12+
- warning
13+
- debug
14+
print_tags:
15+
description: 'True to print to STDOUT'
16+
required: true
17+
type: boolean
18+
tags:
19+
description: 'Test scenario tags'
20+
required: true
21+
type: string
222

323
jobs:
424
hello_world_job:

0 commit comments

Comments
 (0)