Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Fetch the latest Overmind simulation summary for the current env0 deployment and
version: 2
deploy:
steps:
terraformApply:
terraformPlan:
after:
- name: Post Overmind Simulation
use: https://github.com/your-org/env0-plugin
Expand All @@ -114,7 +114,7 @@ If you want to post a comment, set `comment_provider` explicitly:
version: 2
deploy:
steps:
terraformApply:
terraformPlan:
after:
- name: Post Overmind Simulation (GitHub)
use: https://github.com/your-org/env0-plugin
Expand All @@ -129,7 +129,7 @@ deploy:
version: 2
deploy:
steps:
terraformApply:
terraformPlan:
after:
- name: Post Overmind Simulation (GitLab)
use: https://github.com/your-org/env0-plugin
Expand Down