mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-23 10:04:58 +02:00
Complete rewrite and re-architecture Osmedeus Engine in v5
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user