Skip to content

Commit db11651

Browse files
authored
docs: fix table formating for multienv (#3032)
1 parent 5491642 commit db11651

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runatlantis.io/docs/custom-workflows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,10 @@ to all steps defined **below** the `multienv` step.
509509
```yaml
510510
- multienv: custom-command
511511
```
512-
| Key | Type | Default | Required | Description |
513-
|----------|--------|---------|----------|-----------------------------------------------|
514-
| multienv | string | none | no | Run a custom command and add set |
515-
| | | | | environment variables according to the result |
512+
| Key | Type | Default | Required | Description |
513+
|----------|--------|---------|----------|--------------------------------------------------------------------------------|
514+
| multienv | string | none | no | Run a custom command and add set environment variables according to the result |
515+
516516
The result of the executed command must have a fixed format:
517517
EnvVar1Name=value1,EnvVar2Name=value2,EnvVar3Name=value3
518518

0 commit comments

Comments
 (0)