Skip to content

Commit d769c78

Browse files
authored
Merge pull request #60550 from github/repo-sync
Repo sync
2 parents 83d41e4 + 78c0216 commit d769c78

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

content/account-and-profile/tutorials/personalize-your-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You can set a status to display information about your current availability.
118118
1. In the "What's happening" field, type a status message.
119119
1. Optionally, to set an emoji status, click {% octicon "smiley" aria-label="Choose an emoji" %}, then click an emoji from the list.
120120
1. Optionally, if you'd like to share that you have limited availability, select "Busy."
121-
1. Select the **Clear status** dropdown menu, then click when you want your status to expire. If you don't select a status expiration, you will keep your status until you clear or edit your status.
121+
1. Select the **Expiration** dropdown menu, then click when you want your status to expire. If you don't select a status expiration, you will keep your status until you clear or edit your status.
122122
1. Select the **Visible to** dropdown menu, then click who you want your status visible to. If you don't select an organization, your status will be public.
123123
1. Click **Set status**.
124124

content/actions/how-tos/write-workflows/choose-what-workflows-do/pass-job-outputs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ contentType: how-tos
6565
To learn more about job outputs and the `needs` context, see the following sections of [AUTOTITLE](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idoutputs):
6666
* [`jobs.<job_id>.outputs`](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idoutputs)
6767
* [`jobs.<job_id>.needs`](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idneeds)
68+
69+
To learn more about passing job outputs from one workflow to another, see the following section of [AUTOTITLE](/actions/how-tos/reuse-automations/reuse-workflows):
70+
* [Using outputs from a reusable workflow](/actions/how-tos/reuse-automations/reuse-workflows#using-outputs-from-a-reusable-workflow)

content/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You need to be an **organization owner** to set up access to private registries
4141
1. In the expanded list of secrets and variables, select **Private registries** to display the "Private Registries" page.
4242
1. Select **New private registry** to add access details for a private registry.
4343
1. Use the **URL** and **Type** fields to define the location and type of the registry:
44-
* **URL** is the location where you access the private registry. For example, to use the {% data variables.product.prodname_registry %} registry for NuGet: `https://nuget.pkg.github.com/`.
44+
* **URL** is the location where you access the private registry. For example, to use the {% data variables.product.prodname_registry %} registry for NuGet: `https://nuget.pkg.github.com/ORGANIZATION/index.json`, where `ORGANIZATION` is the name of your organization on {% data variables.product.github %}.
4545
* **Type** is the type of registry.
4646
1. Select either **Token** or **Username and password**, depending on the authentication method, then enter data into the appropriate fields.
4747
Some types of authentication tokens, such as a {% data variables.product.github %} {% data variables.product.pat_generic_title_case %}, are tied to a particular user identity. Select the **Username and password** option for these and enter the relevant username as **Username** and the token as **Password**.

content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ category:
2020
2121
{% data reusables.repositories.sidebar-pr %}
2222
1. In the "Pull Requests" list, click the pull request you'd like to modify.
23-
1. Next to the pull request's title, click **Edit**.
24-
25-
![Screenshot of a pull request title. A button labeled "Edit" is outlined in dark orange.](/assets/images/help/pull_requests/pull-request-edit.png)
23+
1. Next to the pull request title, click **Edit title** {% octicon "pencil" aria-label="Edit title" %}.
2624

2725
1. In the base branch drop-down menu, select the base branch you'd like to [compare changes against](/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits#comparing-branches).
2826

0 commit comments

Comments
 (0)