Skip to content

Commit f793f7b

Browse files
Update docs/guides/modules/orchestrate/pages/automatic-reruns.adoc
Co-authored-by: Fernando Abreu <[email protected]>
1 parent 91d0b14 commit f793f7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guides/modules/orchestrate/pages/automatic-reruns.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
my-job:
6363
steps:
6464
- run: echo "Hello, world!"
65-
- run: echo "This step will automatically rerun up to 3 times if it fails with a 10 second delay between attempts"
65+
- run:
66+
command: echo "This step will automatically rerun up to 3 times if it fails with a 10 second delay between attempts"
6667
max_auto_reruns: 3
6768
auto_rerun_delay: 10s
6869
----

0 commit comments

Comments
 (0)