From 2909f43eaf4f5b2ed9b4fe7c34b3d30716ba739f Mon Sep 17 00:00:00 2001 From: Malix Date: Thu, 26 Jun 2025 19:45:22 +0200 Subject: [PATCH] enhance(avoiding-duplication): add marketplace comparison --- .../concepts/workflows-and-actions/avoiding-duplication.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/concepts/workflows-and-actions/avoiding-duplication.md b/content/actions/concepts/workflows-and-actions/avoiding-duplication.md index 6dd0addba4b9..6c01e0f9c291 100644 --- a/content/actions/concepts/workflows-and-actions/avoiding-duplication.md +++ b/content/actions/concepts/workflows-and-actions/avoiding-duplication.md @@ -45,3 +45,4 @@ For details of how to create and use reusable workflows and composite actions, s | Each step is logged in real-time | Logged as one step even if it contains multiple steps | | Can connect a maximum of four levels of workflows | Can be nested to have up to 10 composite actions in one workflow | | Can use secrets | Cannot use secrets | +| Cannot be published to the [marketplace](https://github.com/marketplace?type=actions) | Can be published to the [marketplace](https://github.com/marketplace?type=actions) |