Test add Video to Markdown

This commit is contained in:
Kai Jellinghaus
2022-11-25 15:21:47 +01:00
parent eaf90d0497
commit 6d5d919eca
+5 -1
View File
@@ -19,7 +19,11 @@ Setup the CLI by running `wmill setup`. This will guide you through the setup pr
Run a script or flow using `wmill flow/script run u/username/path/to/script` and pass any inputs using `--input/-i <name>=<value>` curl-style syntax using `-i @-` for stdin or `-i @<filename>` is also supported
Flow Steps and Logs will be streamed during execution automatically.
[![asciicast](https://asciinema.org/a/OBzotSxbJjB0lhUqKAsG9zttk.svg)](https://asciinema.org/a/OBzotSxbJjB0lhUqKAsG9zttk)
<video autoplay loop muted playsinline>
<source src="./output/run-flow.webm" type="video/webm">
<img id="imgScale" src="./output/run-flow.gif" />
</video>
## Pushing Resources, Scripts & More