Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.01 KB

File metadata and controls

25 lines (16 loc) · 1.01 KB

detect-changes

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.

Inputs and Outputs

Tip

For descriptions of the inputs and outputs, see the complete detect-changes action.

Inputs

Input Required Description
patterns No A list of glob patterns to detect changes in. Defaults to ['*']

Outputs

Output Description
detected 'true' or 'false' indicating if any changed files were matched by the provided glob patterns