Skip to content

Commit

Permalink
Use bools
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr committed Sep 26, 2023
1 parent b33f218 commit f0bbc33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
inputs:
build_all:
description: 'Force build all providers'
type: boolean
required: false
default: 'false'
skip_publish:
description: 'Skip publishing'
type: boolean
required: false
default: 'false'

Expand Down

0 comments on commit f0bbc33

Please sign in to comment.