We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4977344 commit 3233aa3Copy full SHA for 3233aa3
1 file changed
content/actions/how-tos/write-workflows/choose-what-workflows-do/deploy-to-environment.md
@@ -35,8 +35,9 @@ You need to create an environment before you can use it in a workflow. See [AUTO
35
```yaml copy
36
jobs:
37
JOB-ID:
38
- environment: ENVIRONMENT-NAME
39
- url: URL
+ environment:
+ name: ENVIRONMENT-NAME
40
+ url: URL
41
```
42
43
The specified URL will appear:
0 commit comments