File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : ' Detect PR changes'
2
2
description : ' Action to get paths and files changed in a Pull Request event and use these for GitHub Actions matrix'
3
+ branding :
4
+ icon : bar-chart
5
+ color : white
3
6
inputs :
4
7
path :
5
8
description : ' Path'
Original file line number Diff line number Diff line change @@ -8896,7 +8896,7 @@ const main = async () => {
8896
8896
8897
8897
if (filteredFiles.length === 0) {
8898
8898
console.log("No matchs found.")
8899
- console.log(`Raw input: ${directory }`)
8899
+ console.log(`Raw input: ${path }`)
8900
8900
console.log(`Regex: ${regExp.toString()}`)
8901
8901
}
8902
8902
await setOutputs(filteredFiles);
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const main = async () => {
34
34
35
35
if ( filteredFiles . length === 0 ) {
36
36
console . log ( "No matchs found." )
37
- console . log ( `Raw input: ${ directory } ` )
37
+ console . log ( `Raw input: ${ path } ` )
38
38
console . log ( `Regex: ${ regExp . toString ( ) } ` )
39
39
}
40
40
await setOutputs ( filteredFiles ) ;
You can’t perform that action at this time.
0 commit comments