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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path | no | ./ |
| token | The token to use to access the GitHub API | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| paths_list | List of changed paths, example: `["dist", "dist/data"]` |
| file_list | List of changed files, example: `["dist/main.tf", "dist/index.js"]` |
| paths_str | List of changed paths separated by `,` example: `"dist,dist/data"` |
| file_str | List of changed files separated by `,` example: `"dist/main.tf,dist/index.js"` |