Skip to content

Commit fc18c04

Browse files
authored
Added some light rephrasing
1 parent 0418bda commit fc18c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/reference/workflow-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ strategy:
880880

881881
You can add custom environment variables for each test combination by using `include` with `env`. You can then refer to the custom environment variables in a later step.
882882

883-
In this example, the included matrix entries for `node-version` are able to use different values in their environment variables. The `Echo site details` step then uses `env: ${{ matrix.env }}` to refer to the custom variables:
883+
In this example, the matrix entries for `node-version` are each configured to use different environment variables. The `Echo site details` step then uses `env: ${{ matrix.env }}` to refer to the custom variables:
884884

885885
{% raw %}
886886
```yaml

0 commit comments

Comments
 (0)