zpascal/Check Changed Files
GitHub Action to check changed files in a Git repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| checked_location | Enter the location of the files, seperated by ;. Example: src/;docs/test.txt;tests/test* | yes | — |
| git_location | — | no | "" |
| check_all_files | Enables the check of all defined files and folders in the directory | no | false |
| github_user_token | Define the used GitHub server user token for Github.com | no | "" |
Outputs
| name | description |
|---|---|
| files_changed | Returns true if changed files are detected and false by default |