tbctsystems/Changed File Filter
Determine changed files between base and current(head) commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filters | Specify filter rules | yes | — |
| event | Github event name. (github.event_name) | — | ${{ github.event_name }} |
| base | SHA of base commit to compare | — | ${{ github.event.pull_request.base.sha }} |
| head | SHA of head commit to compare | — | ${{ github.event.pull_request.head.sha || github.sha }} |
| head-ref | ref of the head commit to compare (mainly for testing the action) | — | — |
Outputs
no outputs