File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29232,10 +29232,10 @@ async function run () {
29232
29232
.filter(({ status }) => excludeStatuses.length === 0 || !excludeStatuses.includes(status))
29233
29233
.map(({ filename }) => filename)
29234
29234
29235
- core.setOutput('changed- filenames', changedFilenames)
29235
+ core.setOutput('filenames', changedFilenames)
29236
29236
core.setOutput('json', compare)
29237
29237
29238
- core.group('Output - changed- filenames', () => core.info(util.inspect(changedFilenames)))
29238
+ core.group('Output - filenames', () => core.info(util.inspect(changedFilenames)))
29239
29239
core.group('Output - json', () => core.info(util.inspect(compare)))
29240
29240
}
29241
29241
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ async function run () {
41
41
. filter ( ( { status } ) => excludeStatuses . length === 0 || ! excludeStatuses . includes ( status ) )
42
42
. map ( ( { filename } ) => filename )
43
43
44
- core . setOutput ( 'changed- filenames' , changedFilenames )
44
+ core . setOutput ( 'filenames' , changedFilenames )
45
45
core . setOutput ( 'json' , compare )
46
46
47
- core . group ( 'Output - changed- filenames' , ( ) => core . info ( util . inspect ( changedFilenames ) ) )
47
+ core . group ( 'Output - filenames' , ( ) => core . info ( util . inspect ( changedFilenames ) ) )
48
48
core . group ( 'Output - json' , ( ) => core . info ( util . inspect ( compare ) ) )
49
49
}
50
50
You can’t perform that action at this time.
0 commit comments