tony84727/Changed File Filter

Determine changed files between base and current(head) commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filtersSpecify filter rulesyes
eventGithub event name. (github.event_name)${{ github.event_name }}
baseSHA of base commit to compare${{ github.event.pull_request.base.sha }}
headSHA of head commit to compare${{ github.event.pull_request.head.sha || github.sha }}
head-refref of the head commit to compare (mainly for testing the action)

no outputs