From 1fdd4cd311e198fb45135f3a68294d3df2d5bda8 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 3 May 2023 15:13:24 -0400 Subject: [PATCH] Fix incorrect GitHub environment variable mention (#321) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1604263..151da17 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Outputs can be used in subsequent steps to comment on the pull request: > > Due to that limitation, you might end up with a failed workflow run even if the plan succeeded. > -> Another approach is to append your plan into the $GITHUB_JOB_SUMMARY environment variable which supports markdown. +> Another approach is to append your plan into the $GITHUB_STEP_SUMMARY environment variable which supports markdown. ```yaml defaults: