croemheld/git-diff-action

Determine the files and their type that changed between two branches.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseThe base branch to compare againstyesmain
compThe feature branch to show the changes inyes
globThe files to match from the diffyes*
typeThe type of the change to searchyesA|C|D|M|R|T|U|X|B
namedescription
countThe number of matches for the specified input
added_countThe number of files that were added
added_filesThe files that were added
copied_countThe number of files that were copied
copied_filesThe files that were copied
deleted_countThe number of files that were deleted
deleted_filesThe files that were deleted
modified_countThe number of files that were modified
modified_filesThe files that were modified
renamed_countThe number of files that were renamed
renamed_filesThe files that were renamed
type_changed_countThe number of files that changed their type
type_changed_filesThe files that changed their type
unmerged_countThe number of files that were unmerged
unmerged_filesThe files that were unmerged
unknown_countThe number of files that were unknown
unknown_filesThe files that were unknown
broken_countThe number of files that were broken
broken_filesThe files that were broken