Skip to content

Commit 0625c5f

Browse files
authored
docs(cli): rename env -> environmentVariables (#915)
1 parent 515ec3a commit 0625c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are two options how you can set up environment variables for Actors.
77

88
### Set up environment variables in `.actor/actor.json`
99

10-
All keys from `env` will be set as environment variables into Apify platform after you push Actor to Apify. Current values on Apify will be overridden.
10+
All keys from `environmentVariables` will be set as environment variables into Apify platform after you push Actor to Apify. Current values on Apify will be overridden.
1111

1212
```json
1313
{

0 commit comments

Comments
 (0)