File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This opens the way for the most important step.
1919The `` Bubble `` , that contains logic about
2020the execution of steps inside of it, most workflows will be started inside one.
2121
22- ![ workflow illustration] ( ../../. images/workflow_illustration_1.png )
22+ ![ workflow illustration] ( ../images/workflow_illustration_1.png )
2323With `` context.pop() `` you can always escape the current bubble
2424directly with an error message. With `` context.close() `` you can exit all bubbles.
2525If you want an own behaviour of execution,
Original file line number Diff line number Diff line change 44/analysis_options.yaml
55/pubspec.lock
66/.idea /
7+ .drafts
78/test /steps /check /testprogram.exe
89/example /cli_project_example /pubspec.lock
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This opens the way for the most important step.
2222The `` Bubble `` , that contains logic about
2323the execution of steps inside of it, most workflows will be started inside one.
2424
25- ![ workflow illustration] ( .images/workflow_illustration_1.png )
25+ ![ workflow illustration] ( .github/ images/workflow_illustration_1.png )
2626With `` context.pop() `` you can always escape the current bubble
2727directly with an error message. With `` context.close() `` you can exit all bubbles.
2828If you want an own behaviour of execution,
You can’t perform that action at this time.
0 commit comments