Skip to content

Commit 8f36b61

Browse files
Correct information about root action metadata file (#36483)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 3e0e976 commit 8f36b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/actions/sharing-automations/creating-actions/publishing-actions-in-github-marketplace.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ When you plan to publish your action to {% data variables.product.prodname_marke
2424
Actions are published to {% data variables.product.prodname_marketplace %} immediately and aren't reviewed by {% data variables.product.prodname_dotcom %} as long as they meet these requirements:
2525

2626
* The action must be in a public repository.
27-
* Each repository must contain a single action.
27+
* Each repository must contain a single action metadata file (`action.yml` or `action.yaml`) at the root.
28+
* Repositories may include other actions metadata files in sub-folders, but they will not be automatically listed in the marketplace.
2829
* Each repository must _not_ contain any workflow files.
29-
* The action's metadata file (`action.yml`) must be in the root directory of the repository.
3030
* The `name` in the action's metadata file must be unique.
3131
* The `name` cannot match an existing action name published on {% data variables.product.prodname_marketplace %}.
3232
* The `name` cannot match a user or organization on {% data variables.product.prodname_dotcom %}, unless the user or organization owner is publishing the action. For example, only the {% data variables.product.prodname_dotcom %} organization can publish an action named `github`.

0 commit comments

Comments
 (0)