docs
docs copied to clipboard
The open-source repo for docs.github.com
### Why: Closes https://github.com/github/docs/issues/22864 ### What's being changed (if available, include any code snippets, screenshots, or gifs): Adds missing `{% raw %}` and `{% endraw %}` tags around three places...
### 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/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://github.com/github/docs/blob/main/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md ### 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/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-a-url-query ### What part(s)...
### Why: Avoid shell injection in workflow example. ### What's being changed (if available, include any code snippets, screenshots, or gifs): Workflow example ### Check off the following: - [...
Only fixed a simple typo on GraphQL ### Why: Closes #22790 ### What's being changed (if available, include any code snippets, screenshots, or gifs): From `GrpahQL` to `GraphQL` ### Check...
Shell scripts should double-quote variables to prevent unintended word-splitting. See: https://www.shellcheck.net/wiki/SC2086 ### Why: Closes #22794 ### What's being changed (if available, include any code snippets, screenshots, or gifs): Properly quotes...
Added clearer directions to locating `~/.profile` or `~/.bashrc` file for windows users. ### Why: Closes [ISSUE](https://github.com/github/docs/issues/22819#issue-1507420605) ### What's being changed: Line 43 in the `content/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases.md` file. ### Check off 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/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#force-deleting-cache-entries ### What part(s)...
Update Debian Stretch OS to Buster as Buster is the OS from GHES 3.2. ### Why: Updates the OS version to the correct version, Debian Buster, from GHES 3.2. ###...
### 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/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases#auto-launching-ssh-agent-on-git-for-windows ### What part(s)...