Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit f19ddf2

Browse files
rabraghibBenjamin E. Coe
andauthored
fix: Unexpected input(s) warning for inputs: config-file & manifest-file (#356)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
1 parent 59f4915 commit f19ddf2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ inputs:
5656
description: 'add title pattern to make release PR, defaults to using "chore${scope}: release${component} ${version}".'
5757
required: false
5858
default: 'chore${scope}: release${component} ${version}'
59+
config-file:
60+
description: 'where can the config file be found in the project?'
61+
required: false
62+
default: ''
63+
manifest-file:
64+
description: 'where can the manifest file be found in the project?'
65+
required: false
66+
default: ''
5967

6068
runs:
6169
using: 'node12'

0 commit comments

Comments
 (0)