-
Notifications
You must be signed in to change notification settings - Fork 61.8k
Improve docs to be more explanatory #2988
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Added `{:copy}` snippet to all code blocks. - Added a few descriptions about public and private actions - Changed the order of commands and added a description.
Stage preview is available here: https://docs-2988--avinal-improve-docs.herokuapp.com/en/actions/creating-actions/creating-a-docker-container-action |
content/actions/creating-actions/creating-a-docker-container-action.md
Outdated
Show resolved
Hide resolved
content/actions/creating-actions/creating-a-docker-container-action.md
Outdated
Show resolved
Hide resolved
…ction.md Co-authored-by: Martin Lopes <martin389@github.com>
…ction.md Co-authored-by: Martin Lopes <martin389@github.com>
Seems relative links couldn't be resolved by the tests. |
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.
👋 @martin389 Just a couple of small things, and then this will be ready to 🚢! 🙂
content/actions/creating-actions/creating-a-docker-container-action.md
Outdated
Show resolved
Hide resolved
@@ -200,11 +202,11 @@ jobs: | |||
|
|||
#### Example using a private action | |||
|
|||
Copy the following example workflow code into a `.github/workflows/main.yml` file in your action's repository. You can also replace the `who-to-greet` input with your name. | |||
Copy the following example workflow code into a `.github/workflows/main.yml` file in your action's repository. You can also replace the `who-to-greet` input with your name. This private action can't be published to {% data variables.product.prodname_marketplace %}, and can only be used in this repository. |
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.
Like the public action comment, we should try to version mentions of publishing to GitHub Marketplace as only for free-pro-team@latest
(it's not applicable to Enterprise Server).
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.
Thanks @martin389! I missed one thing in my last review which should probably be removed; other than that, this is good to go!
content/actions/creating-actions/creating-a-docker-container-action.md
Outdated
Show resolved
Hide resolved
…ction.md Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
@avinal - Thank you for this great PR 👍 The updated article can be found here, once the background tasks have completed: https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action |
Thanks @martin389, it is my pleasure. |
Why:
Fixes #974
What's being changed:
{:copy}
snippet to all code blocks.Check off the following: