Skip to content

Commit a2793ca

Browse files
authored
Merge pull request #57449 from github/repo-sync
Repo sync
2 parents 7054717 + 3832b84 commit a2793ca

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)