1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update release note and documentation for reusable workflows in GitHub AE 3.4 (#33229)

This commit is contained in:
Matt Pollard
2022-12-05 17:34:09 +01:00
committed by GitHub
parent 6611472b48
commit 660424ce23
9 changed files with 26 additions and 16 deletions

View File

@@ -72,7 +72,7 @@ Think about how your enterprise can use features of {% data variables.product.pr
{% data reusables.actions.internal-actions-summary %}
{% ifversion ghec or ghes > 3.3 or ghae > 3.3 %}
{% data reusables.actions.reusable-workflows-ghes-beta %}
{% data reusables.actions.reusable-workflows-enterprise-beta %}
With reusable workflows, your team can call one workflow from another workflow, avoiding exact duplication. Reusable workflows promote best practice by helping your team use workflows that are well designed and have already been tested. For more information, see "[Reusing workflows](/actions/learn-github-actions/reusing-workflows)."
{% endif %}