sfc-gh-skhire29/Get Changed files
Returns files with extension .py, .sql, .txt, .yml 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 | List of changed/added python files |
| sql_changed | List of changed/added sql files |
| txt_changed | List of changed/added text files |
| yml_changed | List of changed/added yml files |