mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-07 23:11:18 +02:00
fix: Unexpected input(s) warning for inputs: config-file & manifest-file (#356)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
@@ -56,6 +56,14 @@ inputs:
|
||||
description: 'add title pattern to make release PR, defaults to using "chore${scope}: release${component} ${version}".'
|
||||
required: false
|
||||
default: 'chore${scope}: release${component} ${version}'
|
||||
config-file:
|
||||
description: 'where can the config file be found in the project?'
|
||||
required: false
|
||||
default: ''
|
||||
manifest-file:
|
||||
description: 'where can the manifest file be found in the project?'
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
||||
Reference in New Issue
Block a user