Skip to content

Commit

Permalink
docs: add an anchor for native env vars (#5023)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Oct 25, 2024
1 parent 32fa25d commit 95d55b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runatlantis.io/docs/custom-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br/>*`show` - preserve the full output<br/>* `hide` - hide output from comment (still visible in the real-time streaming output)<br/> * `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
Expand Down

0 comments on commit 95d55b6

Please sign in to comment.