File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4728,9 +4728,9 @@ function run() {
4728
4728
auth.configAuthentication(registryUrl, alwaysAuth);
4729
4729
}
4730
4730
const matchersPath = path.join(__dirname, '..', '.github');
4731
- console.log (`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`);
4732
- console.log (`##[add-matcher]${path.join(matchersPath, 'eslint-stylish.json')}`);
4733
- console.log (`##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}`);
4731
+ core.info (`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`);
4732
+ core.info (`##[add-matcher]${path.join(matchersPath, 'eslint-stylish.json')}`);
4733
+ core.info (`##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}`);
4734
4734
}
4735
4735
catch (error) {
4736
4736
core.setFailed(error.message);
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ export async function run() {
46
46
}
47
47
48
48
const matchersPath = path . join ( __dirname , '..' , '.github' ) ;
49
- console . log ( `##[add-matcher]${ path . join ( matchersPath , 'tsc.json' ) } ` ) ;
50
- console . log (
49
+ core . info ( `##[add-matcher]${ path . join ( matchersPath , 'tsc.json' ) } ` ) ;
50
+ core . info (
51
51
`##[add-matcher]${ path . join ( matchersPath , 'eslint-stylish.json' ) } `
52
52
) ;
53
- console . log (
53
+ core . info (
54
54
`##[add-matcher]${ path . join ( matchersPath , 'eslint-compact.json' ) } `
55
55
) ;
56
56
} catch ( error ) {
You can’t perform that action at this time.
0 commit comments