sfc-gh-skhire29/Get Changed files

Returns files with extension .py, .sql, .txt, .yml that are changed on the next branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGITHUB_TOKEN or a repo scoped PATyes${{ github.token }}
head_branchHead branch/ source branchyes${{ github.head_ref }}
target_branchTarget branchyes${{ github.base_ref }}
filesList of files to check for changes.no
namedescription
python_changedList of changed/added python files
sql_changedList of changed/added sql files
txt_changedList of changed/added text files
yml_changedList of changed/added yml files