Manifest: detect-changes/action.yml
This action detects changed files by providing a list of glob patterns. It can be used in situations where the GHA native path filtering cannot be used.
Tip
For descriptions of the inputs and outputs, see the complete detect-changes action.
| Input | Required | Description |
|---|---|---|
patterns |
No | A list of glob patterns to detect changes in. Defaults to ['*'] |
| Output | Description |
|---|---|
detected |
'true' or 'false' indicating if any changed files were matched by the provided glob patterns |