From 51dfd37ff60c72c84ec7f8dcbb9ad028c93af787 Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Fri, 13 Feb 2026 10:30:20 +0000 Subject: [PATCH] Fixed step name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f53e79..c1d94cd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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