actions-marketplace-validations/Simple Diff
Returns a set of true/false values for the diff state of a file or folder.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path of the file or folder to find in the commits diff tree. | — | — |
| strict | Specifies the action should fail if the provided path is not in the commits diff tree. | no | true |
| token | PAT for authorisation. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| added | Specifies the item was added. |
| modified | Specifies the item was modified. |
| removed | Specifies the item was removed. |
| renamed | Specifies the item was renamed. |
| name | Specifies the item name. |
| previous | The files previous name, or its name. |