mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
chore: temporarily update hello workflow
This commit is contained in:
parent
6f358b92a3
commit
5e61518769
2 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ digraph Hello {
|
|||
start [shape=Mdiamond, label="Start"]
|
||||
exit [shape=Msquare, label="Exit"]
|
||||
|
||||
greet [label="Greet", prompt="Print a listing of the top-level files and directories in this repo."]
|
||||
greet [label="Greet", prompt="Add a haiku to the README"]
|
||||
|
||||
start -> greet -> exit
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,3 +5,6 @@ graph = "workflow.fabro"
|
|||
|
||||
[run.sandbox]
|
||||
provider = "local"
|
||||
|
||||
[run.sandbox.local]
|
||||
worktree_mode = "always"
|
||||
Loading…
Add table
Reference in a new issue