docs
docs copied to clipboard
The open-source repo for docs.github.com
### Why: Improves the grammar and readability of the “About GitHub CLI” documentation. A missing comma after an introductory clause made the sentence grammatically incorrect. ### What's being changed: -...
This PR updates a sentence in the reusable workflow documentation to reflect current GitHub Actions behavior. [https://github.com/github/docs/blob/main/content/actions/concepts/workflows-and-actions/reusing-workflow-configurations.md](url) **What changed:** The original documentation stated that reusable workflows could not pass values...
### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? The documentation in the...
### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/tutorials/publish-packages/publish-docker-images ### What part(s)...
### Why: Historically, it was already possible to manage secrets via the REST API with **Write** permissions, even though the GitHub web interface did not provide a UI for it...
### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/copilot/how-tos/administer-copilot/configure-mcp-server-access ### What changes...
_Copilot Chat generated this pull request._ Prompt summary - submitted by @aymanaboghonim > Add a Windows-specific prerequisite for PowerShell v6+ to the Copilot CLI install guide, as required by the...
Fixed powershell block to base64 encode the output ### Why: Closes: https://github.com/github/docs/issues/41519 ### What's being changed (if available, include any code snippets, screenshots, or gifs): Change to 2 lines of...
### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? [Maintaining ownership continuity of...
Updated instructions for editing the _config.yml file to include creating a new file if it doesn't exist. ### Why: Issue 41364 -- directions are slightly wrong for quickstart with pages...