docs
docs copied to clipboard
The open-source repo for docs.github.com
### 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/migrating-to-github-actions/automated-migrations/migrating-from-circleci-with-github-actions-importer#configuring-credentials ### What part(s)...
### 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/writing-workflows/choosing-what-your-workflow-does/defining-outputs-for-jobs#overview ### What part(s)...
Adding copy to specify that publishers cannot publish listings with the name or branding of existing companies they are not affiliated with. ### Why: Adding copy to specify that publishers...
### 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/creating-actions/creating-a-composite-action ### What part(s)...
### 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/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll ### What part(s)...
### Why: The current fork instructions for Github desktop were out of date with the latest Github desktop. Closes: https://github.com/desktop/desktop/issues/13165 (I realize this is an issue from a different repository,...
### Why: Closes: #33324 Closes: #33989 ### What's being changed (if available, include any code snippets, screenshots, or gifs): Updated formatting for payload JSON to return top-level JSON when decoded,...
### Why: Despite following all the steps as per this guide, I encountered the below issue when testing my action: ```shell docker: Error response from daemon: failed to create task...
### Why: Closes: https://github.com/github/docs/issues/34128 ### What's being changed (if available, include any code snippets, screenshots, or gifs): Removed mention of some features only possible on Projects V1. Because v1 is...
Patch 1
### Why: Closes: The recepie to generate JWT using bash not working when using "Client id" as "iss" , because of "Client id" is string and reqire quotes. Result of...