1
0
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:
Rabyâ Raghib
2021-09-09 23:06:10 +01:00
committed by GitHub
parent 59f4915177
commit f19ddf2fe6

View File

@@ -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'