Skip to content

Commit f33ea43

Browse files
authored
Merge pull request #21 from jsturtevant/use-bool
Use bool explicitly
2 parents 1da005c + 35e1e60 commit f33ea43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
inputs:
99
test-run:
1010
description: 'DryRun: Run the workflow without publishing step'
11-
default: 'true'
11+
default: true
1212
required: false
13+
type: boolean
1314

1415
jobs:
1516
build:

0 commit comments

Comments
 (0)