Skip to content

Commit 51dfd37

Browse files
Fixed step name
1 parent 35eed85 commit 51dfd37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Fetch the latest Overmind simulation summary for the current env0 deployment and
9898
version: 2
9999
deploy:
100100
steps:
101-
terraformApply:
101+
terraformPlan:
102102
after:
103103
- name: Post Overmind Simulation
104104
use: https://github.com/your-org/env0-plugin
@@ -114,7 +114,7 @@ If you want to post a comment, set `comment_provider` explicitly:
114114
version: 2
115115
deploy:
116116
steps:
117-
terraformApply:
117+
terraformPlan:
118118
after:
119119
- name: Post Overmind Simulation (GitHub)
120120
use: https://github.com/your-org/env0-plugin
@@ -129,7 +129,7 @@ deploy:
129129
version: 2
130130
deploy:
131131
steps:
132-
terraformApply:
132+
terraformPlan:
133133
after:
134134
- name: Post Overmind Simulation (GitLab)
135135
use: https://github.com/your-org/env0-plugin

0 commit comments

Comments
 (0)