This is a fork of gylove1994/paths-filter which is based on dorny/paths-filter
Use either
sportalliance/paths-filter@8378427a25b0341cbcff4f3bbcabb9515df75b88
to use our own modified versionsportalliance/paths-filter@d27dd69aa9af18ddb4f9db0eecb17a5d4a1a9928
to effectively usegylove1994/paths-filter@v2
sportalliance/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
to effectively usedorny/paths-filter@v3
We added some new features to the original project(s), such as:
- If enabled, for each filter we set two output variables
${FILTER_NAME}_files
will contain a list of all files matching the filter (other than${FILTER_NAME}_files
in the original)${FILTER_NAME}_changes
will contain a list of changed files matching the filter (basically what was${FILTER_NAME}_files
in the original)