Skip to content

Commit

Permalink
Fix input separator
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Dec 1, 2024
1 parent 36332f3 commit a97e5f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ on:
required: false
default: false
type: boolean
build_settings_header:
description: '--- Build Settings ---'
# Add a separator as a non-input description
build_settings_description:
description: 'Build Settings (check the architectures to include):'
required: false
default: ''
type: choice
options:
- '---'
add_noarch_builds:
description: 'Include noarch packages'
required: false
Expand Down

0 comments on commit a97e5f9

Please sign in to comment.