From 95d55b6324ef45fe88885cc50595bc7290bb897f Mon Sep 17 00:00:00 2001
From: RB <7775707+nitrocode@users.noreply.github.com>
Date: Fri, 25 Oct 2024 10:48:07 -0500
Subject: [PATCH] docs: add an anchor for native env vars (#5023)
---
runatlantis.io/docs/custom-workflows.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runatlantis.io/docs/custom-workflows.md b/runatlantis.io/docs/custom-workflows.md
index 33d7757ef1..f2edd827ae 100644
--- a/runatlantis.io/docs/custom-workflows.md
+++ b/runatlantis.io/docs/custom-workflows.md
@@ -608,7 +608,7 @@ Full
| run.command | string | none | yes | Shell command to run |
| run.output | string | "show" | no | How to post-process the output of this command when posted in the PR comment. The options are
*`show` - preserve the full output
* `hide` - hide output from comment (still visible in the real-time streaming output)
* `strip_refreshing` - hide all output up until and including the last line containing "Refreshing...". This matches the behavior of the built-in `plan` command |
-::: tip Notes
+#### Native Environment Variables
* `run` steps in the main `workflow` are executed with the following environment variables:
note: these variables are not available to `pre` or `post` workflows