Skip to content

Commit c787a53

Browse files
Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
1 parent bc975e5 commit c787a53

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 matrix entries for `node-version` are each configured to use different values for the `site` and `datacenter` 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 values for the `site` and `datacenter` environment variables. The `Echo site details` step then uses {% raw %}`env: ${{ matrix.env }}`{% endraw %} to refer to the custom variables:
884884

885885
{% raw %}
886886
```yaml

0 commit comments

Comments
 (0)