diff --git a/assets/images/enterprise/security/enterprise-security-and-analysis-disable-or-enable-all-with-validity-check.png b/assets/images/enterprise/security/enterprise-security-and-analysis-disable-or-enable-all-with-validity-check.png deleted file mode 100644 index cefb7a798d04..000000000000 Binary files a/assets/images/enterprise/security/enterprise-security-and-analysis-disable-or-enable-all-with-validity-check.png and /dev/null differ diff --git a/assets/images/help/copilot/copilot-history-button.png b/assets/images/help/copilot/copilot-history-button.png deleted file mode 100644 index f43bab678dab..000000000000 Binary files a/assets/images/help/copilot/copilot-history-button.png and /dev/null differ diff --git a/assets/images/help/copilot/copilot-references-button.png b/assets/images/help/copilot/copilot-references-button.png deleted file mode 100644 index 8b59aa809c5a..000000000000 Binary files a/assets/images/help/copilot/copilot-references-button.png and /dev/null differ diff --git a/assets/images/help/copilot/duplication-detection-enterprise-dropdown.png b/assets/images/help/copilot/duplication-detection-enterprise-dropdown.png deleted file mode 100644 index bc497331c733..000000000000 Binary files a/assets/images/help/copilot/duplication-detection-enterprise-dropdown.png and /dev/null differ diff --git a/assets/images/help/copilot/feedback-form.png b/assets/images/help/copilot/feedback-form.png deleted file mode 100644 index 0a0ebabb92df..000000000000 Binary files a/assets/images/help/copilot/feedback-form.png and /dev/null differ diff --git a/assets/images/help/copilot/general-coding-chat.png b/assets/images/help/copilot/general-coding-chat.png deleted file mode 100644 index d9cb270967da..000000000000 Binary files a/assets/images/help/copilot/general-coding-chat.png and /dev/null differ diff --git a/assets/images/help/organizations/repository-rulesets.png b/assets/images/help/organizations/repository-rulesets.png deleted file mode 100644 index ed63ff0501f6..000000000000 Binary files a/assets/images/help/organizations/repository-rulesets.png and /dev/null differ diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do.md index 3de1a424ac0b..a1310076c6b3 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do.md @@ -21,7 +21,5 @@ Deprecation note: GitHub Jobs is now deprecated. The last date to post a job was {% endwarning %} -The [GitHub Jobs](https://jobs.github.com/) board is a great way to find employment in tech. You can opt to see jobs posted there on your GitHub dashboard. - {% data reusables.user-settings.access_settings %} 1. Under Jobs Profile, select **Available for hire**, then click **Save jobs profile**. diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/managing-multiple-accounts.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/managing-multiple-accounts.md index 45ab5d6e8491..d803c3052ddf 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/managing-multiple-accounts.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/managing-multiple-accounts.md @@ -121,6 +121,6 @@ To use a different SSH key for different repositories that you clone to your wor For example, the following command sets the `GIT_SSH_COMMAND` environment variable to specify an SSH command that uses the private key file at **_PATH/TO/KEY/FILE_** for authentication to clone the repository named OWNER/REPOSITORY on {% data variables.location.product_location %}. -
+```shell copy GIT_SSH_COMMAND='ssh -i PATH/TO/KEY/FILE -o IdentitiesOnly=yes' git clone git@github.com:OWNER/REPOSITORY -+``` diff --git a/content/actions/using-workflows/workflow-syntax-for-github-actions.md b/content/actions/using-workflows/workflow-syntax-for-github-actions.md index 566d231284d0..51692b26204d 100644 --- a/content/actions/using-workflows/workflow-syntax-for-github-actions.md +++ b/content/actions/using-workflows/workflow-syntax-for-github-actions.md @@ -959,7 +959,15 @@ services: ## `jobs.