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

Add Internal definition to Testing section (#25122)

Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
Mikey Henderson
2023-04-27 08:53:46 -07:00
committed by GitHub
parent 9009fbd555
commit b8f1627cc5

View File

@@ -208,7 +208,9 @@ git push --follow-tags
## Testing out your action in a workflow ## Testing out your action in a workflow
Now you're ready to test your action out in a workflow. When an action is in a private repository, the action can only be used in workflows in the same repository. Public actions can be used by workflows in any repository. Now you're ready to test your action out in a workflow.
Public actions can be used by workflows in any repository. When an action is in a private{% ifversion ghec or ghes or ghae%} or internal{% endif %} repository, the repository settings dictate whether the action is available only within the same repository or also to other repositories owned by the same {% ifversion ghec or ghes or ghae %}organization or enterprise{% else %}user or organization{% endif %}. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)."
{% data reusables.actions.enterprise-marketplace-actions %} {% data reusables.actions.enterprise-marketplace-actions %}