5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

docs: add note about exportEnv option

This commit is contained in:
Richard Simpson 2020-04-03 10:52:40 -05:00 committed by GitHub
parent 50ece41861
commit 675d33e3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ### Set Output Variable Name
However, if you want to set it to a specific name, say `NPM_TOKEN`, you could do this instead: However, if you want to set it to a specific name, say `NPM_TOKEN`, you could do this instead: