Skip to content
Merged
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
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ inputs:
description: 'Template used for updating metadata file'
required: true
default: 'version := "%d.%d.%d"'
generic_merge_version_file:
description: "Don't overwrite the entire version file, but merge using the template pattern"
type: boolean
required: false
default: false
runs:
using: 'docker'
image: 'Dockerfile'
Expand All @@ -30,6 +35,7 @@ runs:
PACKAGR_ENGINE_GIT_AUTHOR_NAME: ${{ inputs.author_name }}
PACKAGR_ENGINE_GIT_AUTHOR_EMAIL: ${{ inputs.author_email }}
CUSTOM_WORKING_DIRECTORY: ${{ inputs.cwd }}
PACKAGR_GENERIC_MERGE_VERSION_FILE: ${{ inputs.generic_merge_version_file }}
branding:
icon: 'tag'
color: 'blue'