Skip to content

Commit

Permalink
feat(.github/workflows/host-bot.yml): Add workflow_dispatch input for…
Browse files Browse the repository at this point in the history
… log level selection
  • Loading branch information
Simatwa committed Nov 12, 2024
1 parent 219c4ff commit ea36dc5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/host-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ name: Run Bot
on:
push:
branches: [ "main" ]

workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug]

jobs:
build:
Expand Down

0 comments on commit ea36dc5

Please # to comment.