rdietrick/Did Files Change
Check if specific files changed in a push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pathspec | Pattern used to limit paths in the `git diff-tree` command. | no | "" |
| sha | The SHA of the commit to compare. Defaults to current commit SHA. | no | ${{ github.sha }} |
Outputs
| name | description |
|---|---|
| changed | Whether or not files matched by the pathspec were changed. |