there should be flexibility to override global path filter. if global is provided via input then it should take precedence
const pathsFilter: PathsFilter = {
global: {
paths: this.inputs.paths,
paths_ignore: this.inputs.pathsIgnore,
backtracking: true
},
...this.inputs.pathsFilter
}
skip-duplicate-actions/src/main.ts
Line 295 in 04a1aeb
there should be flexibility to override global path filter. if global is provided via input then it should take precedence