1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Enterprise bug fixes for the week of February 17, 2023 (#34882)

Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
This commit is contained in:
Joe Clark
2023-02-23 11:24:50 -08:00
committed by GitHub
parent 118e70c5ce
commit fefcf3b5a6
61 changed files with 134 additions and 455 deletions

View File

@@ -5,24 +5,24 @@ on:
logLevel:
description: 'Log level'
required: true
default: 'warning' {% ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %}
default: 'warning'
type: choice
options:
- info
- warning
- debug {% endif %}
- debug
print_tags:
description: 'True to print to STDOUT'
required: true {% ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %}
type: boolean {% endif %}
required: true
type: boolean
tags:
description: 'Test scenario tags'
required: true {% ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %}
required: true
type: string
environment:
description: 'Environment to run tests against'
type: environment
required: true {% endif %}
required: true
jobs:
print-tag: