Skip to content

Commit a3adc46

Browse files
add defaults
1 parent 702c91a commit a3adc46

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/bump-version.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
release_candidate:
1515
type: boolean
1616
description: 'Release candidate?'
17+
default: false
1718
new_version:
1819
description: 'New version to bump to'
1920
required: true
@@ -26,9 +27,11 @@ on:
2627
force:
2728
type: boolean
2829
description: 'Force override check?'
30+
default: false
2931
dry_run:
3032
type: boolean
3133
description: 'Perform a dry run to check?'
34+
default: true
3235

3336
jobs:
3437
bump-version:

.github/workflows/publish-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
publish:
2020
type: boolean
2121
description: 'Publish to TestPyPI?'
22+
default: false
2223

2324
concurrency:
2425
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)