This repository was archived by the owner on May 18, 2026. It is now read-only.
-
|
Hello! Sorry for the silly question, but I can't figure out how to run the simplest thing... Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
rawkode
Apr 2, 2021
Replies: 1 comment
-
|
Hey @yiannis ! Sorry, this is a bug. The Here's an example actions:
- action: command.run
command: echo
args: ["hi"]
dir: . |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rawkode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @yiannis !
Sorry, this is a bug. The
dirparameter should be optional and it isn't. I'll get this fixed.Here's an example