Skip to content

Commit

Permalink
Add docs for PROJECT_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow authored Apr 29, 2019
1 parent 3fee254 commit 4ccb694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runatlantis.io/docs/custom-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ Or a custom command
* `HEAD_REPO_OWNER` - Owner of the repository that is getting merged into the base repository, ex. `acme-corp`.
* `HEAD_BRANCH_NAME` - Name of the head branch of the pull request (the branch that is getting merged into the base)
* `BASE_BRANCH_NAME` - Name of the base branch of the pull request (the branch that the pull request is getting merged into)
* `PROJECT_NAME` - Name of the project configured in `atlantis.yaml`. If no project name is configured this will be an empty string.
* `PULL_NUM` - Pull request number or ID, ex. `2`.
* `PULL_AUTHOR` - Username of the pull request author, ex. `acme-user`.
* `USER_NAME` - Username of the VCS user running command, ex. `acme-user`. During an autoplan, the user will be the Atlantis API user, ex. `atlantis`.
Expand Down

0 comments on commit 4ccb694

Please sign in to comment.