-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add user_name environment variable #489
Add user_name environment variable #489
Conversation
Codecov Report
@@ Coverage Diff @@
## master #489 +/- ##
==========================================
+ Coverage 70.57% 70.57% +<.01%
==========================================
Files 63 63
Lines 4258 4259 +1
==========================================
+ Hits 3005 3006 +1
Misses 1028 1028
Partials 225 225
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #489 +/- ##
==========================================
+ Coverage 70.57% 70.57% +<.01%
==========================================
Files 63 63
Lines 4258 4259 +1
==========================================
+ Hits 3005 3006 +1
Misses 1028 1028
Partials 225 225
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add this env var to the docs here: https://github.com/runatlantis/atlantis/blob/master/runatlantis.io/docs/atlantis-yaml-reference.md#custom-run-command
@lkysow - Do you prefer me to squash the commits? |
Yes please |
Add USER_NAME environment variable to the documenation
1eef61f
to
901a9f6
Compare
@lkysow Done! |
Thanks! |
Add
user_name
environment variable (username of VCS user running command) for custom workflow commands to use.