File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -509,10 +509,10 @@ to all steps defined **below** the `multienv` step.
509
509
` ` ` yaml
510
510
- multienv: custom-command
511
511
` ` `
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
+
516
516
The result of the executed command must have a fixed format :
517
517
EnvVar1Name=value1,EnvVar2Name=value2,EnvVar3Name=value3
518
518
You can’t perform that action at this time.
0 commit comments