Skip to content

Commit a37b960

Browse files
authored
docs(apify-cli): rename env -> environmentVariables (#914)
1 parent 0625c5f commit a37b960

File tree

1 file changed

+1
-1
lines changed
  • website/versioned_docs/version-1.1.0

1 file changed

+1
-1
lines changed

website/versioned_docs/version-1.1.0/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)