Skip to content

Commit

Permalink
use boolean type for dry-run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Jun 26, 2024
1 parent 24fd26d commit 8a8ec7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
workflow_dispatch:
inputs:
dry_run:
description: Whether this is a dry run or not ("false" to deploy)
description: Whether this is a dry run or not
required: true
type: string
default: true
type: boolean

env:
SILK_ASSET_GROUP: mongoid
Expand Down

0 comments on commit 8a8ec7e

Please sign in to comment.