Skip to content

Commit 40a5d85

Browse files
committed
Add defaults
1 parent ec031ca commit 40a5d85

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ on:
1212
tag:
1313
required: false
1414
type: string
15+
default: ''
1516
dry_run:
1617
required: false
1718
type: boolean
19+
default: false
1820

1921
defaults:
2022
run:

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ on:
1919
release_version:
2020
required: false
2121
type: string
22+
default: ''
2223
dry_run:
2324
required: false
2425
type: boolean
26+
default: false
2527

2628
defaults:
2729
run:

.github/workflows/conformance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
production-release:
1616
required: false
1717
type: boolean
18+
default: false
1819

1920
defaults:
2021
run:

0 commit comments

Comments
 (0)