File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11432,7 +11432,7 @@ async function run() {
1143211432 const committerEmail = core . getInput ( 'committer_email' ) || '[email protected] ' ; 1143311433 const commitMessageProd = core . getInput ( 'commit_message_prod' ) || 'Update dependency' ;
1143411434 const commitMessageDev = core . getInput ( 'commit_message_dev' ) || 'Update devDependency' ;
11435- const packageJsonPath = process . env . PACKAGE_JSON_LOC || core . getInput ( 'packagejson_loc ' ) || './' ;
11435+ const packageJsonPath = process . env . PACKAGE_JSON_LOC || core . getInput ( 'packagejson_path ' ) || './' ;
1143611436 const reposToIgnore = core . getInput ( 'repos_to_ignore' ) ;
1143711437
1143811438 const [ owner , repo ] = process . env . GITHUB_REPOSITORY . split ( '/' ) ;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ async function run() {
2020 const committerEmail = core . getInput ( 'committer_email' ) || '[email protected] ' ; 2121 const commitMessageProd = core . getInput ( 'commit_message_prod' ) || 'Update dependency' ;
2222 const commitMessageDev = core . getInput ( 'commit_message_dev' ) || 'Update devDependency' ;
23- const packageJsonPath = process . env . PACKAGE_JSON_LOC || core . getInput ( 'packagejson_loc ' ) || './' ;
23+ const packageJsonPath = process . env . PACKAGE_JSON_LOC || core . getInput ( 'packagejson_path ' ) || './' ;
2424 const reposToIgnore = core . getInput ( 'repos_to_ignore' ) ;
2525
2626 const [ owner , repo ] = process . env . GITHUB_REPOSITORY . split ( '/' ) ;
You can’t perform that action at this time.
0 commit comments