Skip to content

Commit

Permalink
Merge pull request #21 from jsturtevant/use-bool
Browse files Browse the repository at this point in the history
Use bool explicitly
  • Loading branch information
jsturtevant authored Jun 15, 2024
2 parents 1da005c + 35e1e60 commit f33ea43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
inputs:
test-run:
description: 'DryRun: Run the workflow without publishing step'
default: 'true'
default: true
required: false
type: boolean

jobs:
build:
Expand Down

0 comments on commit f33ea43

Please sign in to comment.