actions-marketplace-validations/Simple Diff

Returns a set of true/false values for the diff state of a file or folder.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pathThe path of the file or folder to find in the commits diff tree.
strictSpecifies the action should fail if the provided path is not in the commits diff tree.notrue
tokenPAT for authorisation.no${{ github.token }}
namedescription
addedSpecifies the item was added.
modifiedSpecifies the item was modified.
removedSpecifies the item was removed.
renamedSpecifies the item was renamed.
nameSpecifies the item name.
previousThe files previous name, or its name.