ci: fix type error in scan changes tool (#45119)
* chore: fix type error in scan changes tool * chore: fix linting issue
This commit is contained in:
parent
b160cab657
commit
b2dd17c0df
|
@ -136,7 +136,7 @@ export const scanForChanges = async (
|
|||
base,
|
||||
compareVersion,
|
||||
Logger.error,
|
||||
[ 'tools', ...exclude ]
|
||||
[ 'tools', ...( exclude ? exclude : [] ) ]
|
||||
);
|
||||
|
||||
// Only checkout the compare version if we're in CLI mode.
|
||||
|
|
Loading…
Reference in New Issue