From 675d33e3da8dc31af61ad7e7e563844db03653d0 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Fri, 3 Apr 2020 10:52:40 -0500 Subject: [PATCH] docs: add note about exportEnv option --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f398b9..478f6fa 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ steps: ``` +_**Note:** If you'd like to only use outputs and disable automatic environment variables, you can set the `exportEnv` option to `false`._ + ### Set Output Variable Name However, if you want to set it to a specific name, say `NPM_TOKEN`, you could do this instead: