Skip to content

Commit cb8d44a

Browse files
authored
Remove no workflow files prerequisite
1 parent e739d0c commit cb8d44a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/actions/how-tos/create-and-publish-actions/publish-in-github-marketplace.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Actions are published to {% data variables.product.prodname_marketplace %} immed
2929
* The action must be in a public repository.
3030
* Each repository must contain a single action metadata file (`action.yml` or `action.yaml`) at the root.
3131
* Repositories may include other actions metadata files in sub-folders, but they will not be automatically listed in the marketplace.
32-
* Each repository must _not_ contain any workflow files.
3332
* The `name` in the action's metadata file must be unique.
3433
* The `name` cannot match an existing action name published on {% data variables.product.prodname_marketplace %}.
3534
* 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)