Skip to content

Commit 93cc826

Browse files
feat(avoiding-duplication): marketplace comparison (#39060)
Co-authored-by: Sharra-writes <[email protected]>
1 parent ece273b commit 93cc826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/actions/concepts/workflows-and-actions/reusing-workflow-configurations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Let's compare some aspects of each solution:
5858
| Each step is logged in real-time | Logged as one step even if it contains multiple steps |
5959
| Can connect a maximum of ten levels of workflows | Can be nested to have up to 10 composite actions in one workflow |
6060
| Can use secrets | Cannot use secrets |
61+
| Cannot be published to the [marketplace](https://github.com/marketplace?type=actions) | Can be published to the [marketplace](https://github.com/marketplace?type=actions) |
6162

6263
## Workflow templates
6364

0 commit comments

Comments
 (0)