mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 14:51:35 +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}".'
|
description: 'add title pattern to make release PR, defaults to using "chore${scope}: release${component} ${version}".'
|
||||||
required: false
|
required: false
|
||||||
default: 'chore${scope}: release${component} ${version}'
|
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:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
|
|||||||
Reference in New Issue
Block a user