Skip to content

Commit

Permalink
chore: Add missing default value for dry_run
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 2, 2024
1 parent 15371f8 commit 409a40b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
dry_run:
description: "Run the action without creating a PR or release draft"
required: true
default: false
type: boolean
bump:
description: "Version bump type"
Expand Down

0 comments on commit 409a40b

Please sign in to comment.