--- # [샘플] 파일 변경 감지 property: workspace: /path/to/project targetPath: /config pipeline: id: main workflow: - exe: diff-check commands: # 파일 변경 감지 (캐시 기반) - command: FileDiffCheck id: diff-check param: paths: - "/config.json" - "/settings.xml" setDiff: <@property.hasChanges>