Skip to content

Commit

Permalink
Tweak example for the BUILD_ENV_VARS option
Browse files Browse the repository at this point in the history
  • Loading branch information
toolmantim authored May 21, 2019
1 parent 4a0b25d commit d03b6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following environment variable options can be configured:
|COMMIT|The commit SHA of the build. Optional.|`$GITHUB_SHA`|
|BRANCH|The branch of the build. Optional.|`$GITHUB_REF`|
|MESSAGE|The message for the build. Optional.||
|BUILD_ENV_VARS|Additional environment variables to set on the build, as a json object, e.g. `"{"ENV_KEY": "value", "ENV_KEY_2": "value", "ENV_KEY_3": "value"}"`. Optional. ||
|BUILD_ENV_VARS|Additional environment variables to set on the build, in JSON format. e.g. `{"FOO": "bar"}`. Optional. ||

## Development

Expand Down

0 comments on commit d03b6f2

Please sign in to comment.