File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Fetch the latest Overmind simulation summary for the current env0 deployment and
9898version: 2
9999deploy:
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:
114114version: 2
115115deploy:
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:
129129version: 2
130130deploy:
131131 steps:
132- terraformApply :
132+ terraformPlan :
133133 after:
134134 - name: Post Overmind Simulation (GitLab)
135135 use: https://github.com/your-org/env0-plugin
You can’t perform that action at this time.
0 commit comments