Skip to content

Commit

Permalink
Refromat from questions to statemetns as bool now
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 23, 2024
1 parent a3adc46 commit 9eebb96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- major
release_candidate:
type: boolean
description: 'Release candidate?'
description: 'Release candidate'
default: false
new_version:
description: 'New version to bump to'
Expand All @@ -26,11 +26,11 @@ on:
type: string
force:
type: boolean
description: 'Force override check?'
description: 'Force override check'
default: false
dry_run:
type: boolean
description: 'Perform a dry run to check?'
description: 'Perform a dry run to check'
default: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
inputs:
publish:
type: boolean
description: 'Publish to TestPyPI?'
description: 'Publish to TestPyPI'
default: false

concurrency:
Expand Down

0 comments on commit 9eebb96

Please sign in to comment.