mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-22 15:42:27 +02:00
20 lines
332 B
YAML
20 lines
332 B
YAML
name: test-trigger-watch
|
|
kind: module
|
|
description: Test file watch trigger
|
|
tags: test,trigger,watch
|
|
|
|
trigger:
|
|
- name: watch-files
|
|
on: watch
|
|
path: "/tmp/watch-test"
|
|
enabled: true
|
|
|
|
params:
|
|
- name: target
|
|
required: true
|
|
|
|
steps:
|
|
- name: process-change
|
|
type: bash
|
|
command: echo "File changed in watch path"
|