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 @@ -76414,7 +76414,7 @@ async function run() {
7641476414 const jabkitExecutable = '/tmp/jabkit/jabkit/bin/jabkit';
7641576415
7641676416 console.log(`Running JabKit consistency check on ${bibfile}...`);
76417- execSync(`${jabkitExecutable} --porcelain -- check-consistency "${bibfile}"`, { stdio: 'inherit' });
76417+ execSync(`${jabkitExecutable} --check-consistency "${bibfile}"`, { stdio: 'inherit' });
7641876418 } catch (error) {
7641976419 core.setFailed(error.message);
7642076420 }
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ async function run() {
4545 const jabkitExecutable = '/tmp/jabkit/jabkit/bin/jabkit' ;
4646
4747 console . log ( `Running JabKit consistency check on ${ bibfile } ...` ) ;
48- execSync ( `${ jabkitExecutable } --porcelain -- check-consistency "${ bibfile } "` , { stdio : 'inherit' } ) ;
48+ execSync ( `${ jabkitExecutable } --check-consistency "${ bibfile } "` , { stdio : 'inherit' } ) ;
4949 } catch ( error ) {
5050 core . setFailed ( error . message ) ;
5151 }
You can’t perform that action at this time.
0 commit comments