Skip to content

Commit

Permalink
update gh action to include manual trigger via UI + log level options
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuslawyer committed May 13, 2024
1 parent 7115f4e commit 2bfbbef
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/add-and-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ on:
push:
schedule:
# Everyday at 3AM
- cron: '0 3 * * *'
- cron: "0 3 * * *"
workflow_dispatch:
inputs:
logLevel:
description: "Log level"
required: true
default: "debug"
type: choice
options:
- info
- warning
- debug
jobs:
check-update-version-and-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2bfbbef

Please sign in to comment.