Skip to content

Commit 7dc3528

Browse files
committed
github actions input are strings
ref: https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputsinput_iddefault Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
1 parent 6203d70 commit 7dc3528

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ inputs:
4848
mark_as_latest:
4949
description: Mark the created GitHub release as 'latest'
5050
required: false
51-
default: true
51+
default: "true"
5252
packages_with_index:
5353
description: "Upload chart packages directly into publishing branch"
5454
required: false
55-
default: false
55+
default: "false"
5656
pages_branch:
5757
description: "Name of the branch to be used to push the index and artifacts. (default to: gh-pages but it is not set in the action it is a default value for the chart-releaser binary)"
5858
required: false

0 commit comments

Comments
 (0)