Skip to content

Commit c86bda2

Browse files
committed
default values must be strings, apparently
1 parent fc1c017 commit c86bda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
bundler_cache_version:
2020
description: The cache-version to use for the bundler cache
2121
required: false
22-
default: 0
22+
default: '0'
2323
dry_run:
2424
description: Whether this is a dry run or not ("false" for releases)
2525
required: true

0 commit comments

Comments
 (0)