Skip to content

Commit

Permalink
add input debug for workflow_dispatch sync action
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 11, 2024
1 parent bb3a252 commit 379bad0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ on:
description: "Pipeline to sync"
type: string
default: "all"
debug:
description: "Enable debug/verbose mode (true or false)"
type: boolean
default: false

# Cancel if a newer run is started
concurrency:
Expand Down

0 comments on commit 379bad0

Please sign in to comment.