- Notifications
You must be signed in to change notification settings - Fork62.5k
feat(avoiding-duplication): marketplace comparison#39060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR adds marketplace publication differentiation between reusable workflows and composite actions.
- Added a new comparison row in the duplication avoidance table
- Indicates that reusable workflows cannot be published to the marketplace while composite actions can
Comments suppressed due to low confidence (1)
content/actions/concepts/workflows-and-actions/avoiding-duplication.md:48
- Use Liquid variables for product names and proper capitalization. For example:
| Cannot be published to the {% data variables.product.github %} Marketplace | Can be published to the {% data variables.product.github %} Marketplace |
| Cannot be published to the [marketplace](https://github.com/marketplace?type=actions) | Can be published to the [marketplace](https://github.com/marketplace?type=actions) |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key:fpt: Free, Pro, Team;ghec: GitHub Enterprise Cloud;ghes: GitHub Enterprise Server 🤖 This comment isautomatically generated. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Thanks for opening a PR! I'll look into this and make sure these are categories we want, and then get back to you! |
Why:
the marketplace differentiation between a reusable workflow and a composite action was missing
What's being changed (if available, include any code snippets, screenshots, or gifs):
adding the marketplace differentiation between a reusable workflow and a composite action
Check off the following: