actions-marketplace-validations/path-watcher-action
check whether the head commit involved a change in one of the input paths
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 20, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/pheel_path-watcher-action@0d38a2e1658cbed3e8921ea6a82b4501dbd3f599 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | github token | — | — |
| paths | comma separated list of paths | yes | — |
| return_files | if true, output will contain an array with the changed paths | no | false |
Outputs
| name | description |
|---|---|
| modified | whether the commit involves a change in any of the input paths |
| modified_files | array with the modified paths in the commit |