beezlabs-org/Is File Changed in commit
Check if a file is changed in the commits and return a response
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | JavaScript regular expression matching filenames (including path) of files which must be checked | yes | — |
| token | Token to access the repository | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| changed | A true/false output whether the check passes or not |