Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ inputs:
mark_as_latest:
description: Mark the created GitHub release as 'latest'
required: false
default: true
default: "true"
packages_with_index:
description: "Upload chart packages directly into publishing branch"
required: false
default: false
default: "false"
pages_branch:
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)"
required: false
Expand Down