We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
const pathsFilter: PathsFilter = { global: { paths: this.inputs.paths, paths_ignore: this.inputs.pathsIgnore, backtracking: true }, ...this.inputs.pathsFilter }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: