sfc-gh-skhire29/Path of Changed files
Find files with extension .py, .sql, .txt that are changed on the next branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT | yes | ${{ github.token }} |
| head_branch | Head branch/ source branch | yes | ${{ github.head_ref }} |
| target_branch | Target branch | yes | ${{ github.base_ref }} |
| files | List of files to check for changes. | no | — |
Outputs
| name | description |
|---|---|
| python_changed_files | List of changed python files |
| sql_changed_files | List of changed sql files |
| txt_changed_files | List of all changed text files |