Skip to content

Commit

Permalink
Add inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
cheemingli committed Feb 2, 2024
1 parent 194c8ad commit 3d40435
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@ name: Release

on:
workflow_dispatch:
inputs:
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
push:
tags:
- v*
Expand Down

0 comments on commit 3d40435

Please sign in to comment.