Skip to content

Commit

Permalink
Merge pull request #5 from depot/fix-action-inputs
Browse files Browse the repository at this point in the history
Fix action input default value
  • Loading branch information
jacobwgillespie authored Mar 4, 2024
2 parents 5325b5e + aea3b5d commit 31ccb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ inputs:
required: false
target:
description: Specific bake target to pull.
default: 'false'
default: ''
required: false

0 comments on commit 31ccb20

Please sign in to comment.