Skip to content

Commit 91bf8f1

Browse files
authored
Clarify optional properties in README
Added optional deployment property and clarified URL comment.
1 parent b8f6e97 commit 91bf8f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ jobs:
361361
# option 2 - specify environment name and url
362362
environment:
363363
name: envName
364-
url: someUrl
364+
url: someUrl # optional
365+
deployment: true # optional, default: true. setting to false will not create a deployment object, not compatible with custom deployment protection rules
365366
```
366367
- `envName` can be a string or any expression (except for the `secrets` context)
367368

0 commit comments

Comments
 (0)