1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Update spacing from md037 (#38574)

This commit is contained in:
Grace Park
2023-06-27 09:39:59 -07:00
committed by GitHub
parent 48433d695f
commit dbff98cd20
4 changed files with 10 additions and 12 deletions

View File

@@ -86,7 +86,7 @@ Called workflows that are owned by the same user or organization{% ifversion ghe
- Reusable workflows can't call other reusable workflows.
- You can call a maximum of 20 reusable workflows from a single workflow file.
{% endif %}
{% ifversion private-actions %}{% else %}*Reusable workflows stored within a private repository can only be used by workflows within the same repository.{% endif %}
{% ifversion private-actions %}{% else %}- Reusable workflows stored within a private repository can only be used by workflows within the same repository.{% endif %}
{% ifversion actions-reusable-workflow-matrix %}{% else %}* The `strategy` property is not supported in any job that calls a reusable workflow.{% endif %}
- Any environment variables set in an `env` context defined at the workflow level in the caller workflow are not propagated to the called workflow. For more information, see "[AUTOTITLE](/actions/learn-github-actions/variables)" and "[AUTOTITLE](/actions/learn-github-actions/contexts#env-context)."
- Similarly, environment variables set in the `env` context, defined in the called workflow, are not accessible in the `env` context of the caller workflow. Instead, you must use outputs of the reusable workflow. For more information, see "[AUTOTITLE](/actions/using-workflows/reusing-workflows#using-outputs-from-a-reusable-workflow).