1
0
mirror of synced 2026-01-03 06:04:16 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
Octomerger Bot
2023-04-27 12:35:13 -04:00
committed by GitHub

View File

@@ -208,7 +208,9 @@ git push --follow-tags
## 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 %}