From 67b78cbe2c939dd591c2490b4a709454a4b9563f Mon Sep 17 00:00:00 2001 From: RB <7775707+nitrocode@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:14:58 -0500 Subject: [PATCH] docs: add an anchor for native env vars --- 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