fabidick22/Detect PR changes

Action to get paths and files changed in a Pull Request event and use these for GitHub Actions matrix

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pathPathno./
tokenThe token to use to access the GitHub APIno${{ github.token }}
namedescription
paths_listList of changed paths, example: `["dist", "dist/data"]`
file_listList of changed files, example: `["dist/main.tf", "dist/index.js"]`
paths_strList of changed paths separated by `,` example: `"dist,dist/data"`
file_strList of changed files separated by `,` example: `"dist/main.tf,dist/index.js"`