Last active
October 7, 2024 10:43
-
-
Save loujaybee/236263563fc0efb18df2ecfd637da53e to your computer and use it in GitHub Desktop.
Dynamic automations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tasks: | |
dynamic-task-one: | |
name: Dynamic task one | |
description: Pulled from remote source | |
command: echo "hello world" | |
triggeredBy: | |
- manual | |
dynamic-task-two: | |
name: Dynamic task two | |
description: Pulled from remote source | |
command: echo "hello world" | |
triggeredBy: | |
- manual | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment