Skip to content

Commit 3832b84

Browse files
Fix environment.url example (#40276)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent 562e8db commit 3832b84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/actions/how-tos/write-workflows/choose-what-workflows-do/deploy-to-environment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ You need to create an environment before you can use it in a workflow. See [AUTO
3535
```yaml copy
3636
jobs:
3737
JOB-ID:
38-
environment: ENVIRONMENT-NAME
39-
url: URL
38+
environment:
39+
name: ENVIRONMENT-NAME
40+
url: URL
4041
```
4142
4243
The specified URL will appear:

0 commit comments

Comments
 (0)