Skip to content

Commit 6ff9dc2

Browse files
authored
Fix multiple blank lines in content and data (#37909)
1 parent 88ec8b0 commit 6ff9dc2

File tree

326 files changed

+4
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

326 files changed

+4
-406
lines changed

content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ If you choose to hide your private contributions, visitors will only see your pu
3333
{% data reusables.profile.access_profile %}
3434
1. Under "Contributions & Activity", select or deselect **Include private contributions on my profile**.
3535

36-
3736
## Changing the visibility of achievements
3837

3938
{% data reusables.user-settings.access_settings %}

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard.md

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ In the "All activity" section of your news feed, you can view updates from repos
6767
You'll see updates in your news feed when a user you follow:
6868
{% endif %}
6969

70-
7170
- Stars a repository.
7271
- Follows another user.{% ifversion fpt or ghes or ghec %}
7372
- Creates a public repository.{% endif %}

content/actions/creating-actions/developing-a-third-party-cli-action.md

-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ This pattern is employed in several actions. For more examples, see:
6969
- [`ruby/setup-ruby`](https://github.com/ruby/setup-ruby)
7070
- [`google-github-actions/setup-gcloud`](https://github.com/google-github-actions/setup-gcloud)
7171
- [`hashicorp/setup-terraform`](https://github.com/hashicorp/setup-terraform)
72-

content/actions/creating-actions/publishing-actions-in-github-marketplace.md

-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ To remove a published action from {% data variables.product.prodname_marketplace
6868
Actions with the {% octicon "verified" aria-label="The verified badge" %}, or verified creator badge, indicate that {% data variables.product.prodname_dotcom %} has verified the creator of the action as a partner organization. Partners can email <a href="mailto:partnerships@github.com">partnerships@github.com</a> to request the verified creator badge.
6969

7070
![Screenshot of {% data variables.product.prodname_actions %} with the verified creator badge.](/assets/images/marketplace/verified-creator-badge-for-actions.png)
71-

content/actions/deployment/about-deployments/about-continuous-deployment.md

-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ You can configure your CD workflow to run when a {% data variables.product.produ
4747
- [AUTOTITLE](/actions/deployment/about-deployments/deploying-with-github-actions)
4848
- [AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment){% ifversion fpt or ghec %}
4949
- "[AUTOTITLE](/billing/managing-billing-for-github-actions)"{% endif %}
50-

content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ topics:
1414

1515
{% data reusables.actions.enterprise-github-hosted-runners %}
1616

17-
1817
## Introduction
1918

2019
This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a project to [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/).

content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ topics:
1414

1515
{% data reusables.actions.enterprise-github-hosted-runners %}
1616

17-
1817
## Introduction
1918

2019
This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a web app to [Azure Static Web Apps](https://azure.microsoft.com/services/app-service/static/).

content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md

-2
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ You could also use a `curl` command to request the JWT, using the following envi
233233
| `ACTIONS_ID_TOKEN_REQUEST_URL` | The URL for {% data variables.product.prodname_dotcom %}'s OIDC provider. |
234234
| `ACTIONS_ID_TOKEN_REQUEST_TOKEN` | Bearer token for the request to the OIDC provider. |
235235

236-
237236
For example:
238237

239238
```shell copy
@@ -464,7 +463,6 @@ To configure the repository to use the organization's template, a repository adm
464463

465464
You can now update your YAML workflows to use OIDC access tokens instead of secrets. Popular cloud providers have published their official login actions that make it easy for you to get started with OIDC. For more information about updating your workflows, see the cloud-specific guides listed below in "[Enabling OpenID Connect for your cloud provider](#enabling-openid-connect-for-your-cloud-provider)."
466465

467-
468466
## Enabling OpenID Connect for your cloud provider
469467

470468
To enable and configure OIDC for your specific cloud provider, see the following guides:

content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ In the following example, `StringLike` is used with a wildcard operator (`*`) to
7272
}
7373
```
7474

75-
7675
## Updating your {% data variables.product.prodname_actions %} workflow
7776

7877
To update your workflows for OIDC, you will need to make two changes to your YAML:

content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ Variables stored in an environment are only available to workflow jobs that refe
164164
1. Click **Add variable**.
165165
{%- endif %}
166166

167-
168167
You can also create and configure environments through the REST API. For more information, see "[AUTOTITLE](/rest/deployments/environments)," "[AUTOTITLE](/rest/actions/secrets),"{% ifversion actions-configuration-variables %} "[AUTOTITLE](/rest/actions/variables),"{% endif %} and "[AUTOTITLE](/rest/deployments/branch-policies)."
169168

170169
Running a workflow that references an environment that does not exist will create an environment with the referenced name. The newly created environment will not have any protection rules or secrets configured. Anyone that can edit workflows in the repository can create environments via a workflow file, but only repository admins can configure the environment.

content/actions/examples/using-concurrency-expressions-and-a-test-matrix.md

-2
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ Modifies the default permissions granted to `GITHUB_TOKEN`. This will vary depen
290290
<tr>
291291
<td>
292292

293-
294293
```yaml copy
295294
concurrency:
296295
group: {% raw %}'${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'{% endraw %}
@@ -527,7 +526,6 @@ This step runs a command to check out LFS objects from the repository.
527526
<tr>
528527
<td>
529528

530-
531529
```yaml copy
532530
- name: Gather files changed
533531
uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller.md

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ The following diagram illustrates the architecture of ARC's autoscaling runner s
4343
10. Throughout the job run execution, the runner continuously communicates the logs and job run status back to the {% data variables.product.prodname_actions %} Service.
4444
11. When the runner completes its job successfully, the EphemeralRunner Controller checks with the {% data variables.product.prodname_actions %} Service to see if runner can be deleted. If it can, the Ephemeral RunnerSet deletes the runner.
4545

46-
4746
## {% data variables.product.prodname_actions_runner_controller %} components
4847

4948
ARC consists of a set of custom resources. An ARC deployment applies these custom resources onto a Kubernetes cluster. Once applied, it creates a set of Pods that contain your self-hosted runners' containers. With ARC, {% data variables.product.company_short %} can treat these runner containers as self-hosted runners and allocate jobs to them as needed.

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ defaultPlatform: linux
2020

2121
You can authenticate {% data variables.product.prodname_actions_runner_controller %} (ARC) to the {% data variables.product.prodname_dotcom %} API by using a {% data variables.product.prodname_github_app %} or by using a {% data variables.product.pat_v1 %}.
2222

23-
2423
{% note %}
2524

2625
**Note:** You cannot authenticate using a {% data variables.product.prodname_github_app %} for runners at the enterprise level. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#about-runner-groups)."

content/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners.md

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managin
7575

7676
You can add self-hosted runners at the organization level, where they can be used to process jobs for multiple repositories in an organization. To add a self-hosted runner to an organization, you must be an organization owner. For information about how to add a self-hosted runner with the REST API, see "[AUTOTITLE](/rest/actions#self-hosted-runners)."
7777

78-
7978
{% data reusables.organizations.navigate-to-org %}
8079
{% data reusables.organizations.org_settings %}
8180
{% data reusables.organizations.settings-sidebar-actions-runners %}

content/actions/hosting-your-own-runners/managing-self-hosted-runners/running-scripts-before-or-after-a-job.md

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ ACTIONS_RUNNER_HOOK_JOB_STARTED=/cleanup_script.sh
6363

6464
## Troubleshooting
6565

66-
6766
### No timeout setting
6867

6968
There is currently no timeout setting available for scripts executed by `ACTIONS_RUNNER_HOOK_JOB_STARTED` or `ACTIONS_RUNNER_HOOK_JOB_COMPLETED`. As a result, you could consider adding timeout handling to your script.

content/actions/learn-github-actions/finding-and-customizing-actions.md

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126

127127
For some examples of Docker actions, see the [Docker-image.yml workflow](https://github.com/actions/starter-workflows/blob/main/ci/docker-image.yml) and "[AUTOTITLE](/actions/creating-actions/creating-a-docker-container-action)."
128128

129-
130129
## Using release management for your custom actions
131130

132131
The creators of a community action have the option to use tags, branches, or SHA values to manage releases of the action. Similar to any dependency, you should indicate the version of the action you'd like to use based on your comfort with automatically accepting updates to the action.

content/actions/managing-workflow-runs/downloading-workflow-artifacts.md

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ By default, {% data variables.product.product_name %} stores build logs and arti
2626

2727
![Screenshot of the "Artifacts" section of a workflow run. The name of an artifact generated by the run, "artifact," is highlighted with a dark orange outline.](/assets/images/help/repository/artifact-drop-down-updated.png)
2828

29-
3029
{% endwebui %}
3130

3231
{% cli %}

content/actions/managing-workflow-runs/removing-workflow-artifacts.md

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ shortTitle: Remove workflow artifacts
3131

3232
![Screenshot showing artifacts created during a workflow run. A trash can icon, used to remove an artifact, is outlined in dark orange.](/assets/images/help/repository/actions-delete-artifact-updated.png)
3333

34-
3534
## Setting the retention period for an artifact
3635

3736
Retention periods for artifacts and logs can be configured at the repository, organization, and enterprise level. For more information, see {% ifversion fpt or ghec or ghes %}"[AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration#artifact-and-log-retention-policy)."{% elsif ghae %}"[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-repository)," "[AUTOTITLE](/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization)," or "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#enforcing-a-policy-for-artifact-and-log-retention-in-your-enterprise)."{% endif %}

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-azure-devops-with-github-actions-importer.md

-2
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ You can transform Azure DevOps templates with {% data variables.product.prodname
468468
| Iterative insertion | Not applicable | Partially supported |
469469
| Templates with parameters | Varies | Partially supported |
470470

471-
472471
#### Template file path names
473472

474473
{% data variables.product.prodname_actions_importer %} can extract templates with relative or dynamic file paths with variable, parameter, and iterative expressions in the file name. However, there must be a default value set.
@@ -535,7 +534,6 @@ steps:
535534
| stage | `job` | Partially supported |
536535
| stageList | `job` | Partially supported |
537536

538-
539537
{% note %}
540538

541539
**Note:** A template used under the `step` key with this parameter type is only serialized as a composite action if the steps are used at the beginning or end of the template steps. A template used under the `stage`, `deployment`, and `job` keys with this parameter type are not transformed into a reusable workflow, and instead are serialized as a standalone workflow.

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-bamboo-with-github-actions-importer.md

-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ For example:
162162
gh actions-importer forecast bamboo --project PAN --output-dir tmp/forecast_reports
163163
```
164164

165-
166165
### Inspecting the forecast report
167166

168167
The `forecast_report.md` file in the specified output directory contains the results of the forecast.
@@ -373,7 +372,6 @@ For more information about supported Bamboo concept and plugin mappings, see the
373372
| `bamboo.shortPlanKey` | {% raw %}`${{ github.workflow }}`{% endraw %}
374373
| `bamboo.shortPlanName` | {% raw %}`${{ github.workflow }}`{% endraw %}
375374

376-
377375
{% note %}
378376

379377
**Note:** Unknown variables are transformed to {% raw %}`${{ env.<variableName> }}`{% endraw %} and must be replaced or added under `env` for proper operation. For example, `${bamboo.jira.baseUrl}` will become {% raw %}`${{ env.jira_baseUrl }}`{% endraw %}.

content/actions/migrating-to-github-actions/automated-migrations/migrating-from-gitlab-with-github-actions-importer.md

-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ For information about supported GitLab constructs, see the [`github/gh-actions-i
414414
| `CI_EXTERNAL_PULL_REQUEST_TARGET_BRANCH_NAME` | {% raw %}`${{ github.event.pull_request.base.ref }}`{% endraw %} |
415415
| `CI_EXTERNAL_PULL_REQUEST_TARGET_BRANCH_SHA` | {% raw %}`${{ github.event.pull_request.base.sha }}`{% endraw %} |
416416

417-
418417
## Legal notice
419418

420419
{% data reusables.actions.actions-importer-legal-notice %}

content/actions/migrating-to-github-actions/manual-migrations/migrating-from-azure-pipelines-to-github-actions.md

-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ Both Azure Pipelines and {% data variables.product.prodname_actions %} allow you
178178

179179
Below is an example of the syntax for each system. The workflows start a first job named `initial`, and when that job completes, two jobs named `fanout1` and `fanout2` will run. Finally, when those jobs complete, the job `fanin` will run.
180180

181-
182181
### Azure Pipelines syntax for dependencies between jobs
183182

184183
{% raw %}

content/actions/migrating-to-github-actions/manual-migrations/migrating-from-circleci-to-github-actions.md

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ CircleCI can reuse pieces of workflows with YAML anchors and aliases. {% data va
5454

5555
## Using Docker images
5656

57-
5857
Both CircleCI and {% data variables.product.prodname_actions %} support running steps inside of a Docker image.
5958

6059
CircleCI provides a set of pre-built images with common dependencies. These images have the `USER` set to `circleci`, which causes permissions to conflict with {% data variables.product.prodname_actions %}.

content/actions/migrating-to-github-actions/manual-migrations/migrating-from-gitlab-cicd-to-github-actions.md

-1
Original file line numberDiff line numberDiff line change
@@ -402,5 +402,4 @@ jobs:
402402
```
403403
{% endraw %}
404404
405-
406405
For more information, see "[AUTOTITLE](/actions/using-containerized-services/about-service-containers)."

content/actions/migrating-to-github-actions/manual-migrations/migrating-from-travis-ci-to-github-actions.md

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ on:
118118
```
119119
{% endraw %}
120120
121-
122121
### Checking out submodules
123122
124123
Travis CI and {% data variables.product.prodname_actions %} both allow you to control whether submodules are included in the repository clone.

content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ versions:
2121

2222
{% data reusables.repositories.actions-workflow-status-badge-intro %}
2323

24-
2524
To add a workflow status badge to your `README.md` file, first find the URL for the status badge you would like to display. Then you can use Markdown to display the badge as an image in your `README.md` file. For more information about image markup in Markdown, see "[AUTOTITLE](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images)."
2625

2726
## Using the workflow file name

content/actions/using-jobs/running-jobs-in-a-container.md

-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ versions:
3838
## Setting container resource options
3939

4040
{% data reusables.actions.jobs.section-running-jobs-in-a-container-options %}
41-

content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ If there is an exact match to the provided `key`, this is considered a cache hit
6666

6767
You cannot change the contents of an existing cache. Instead, you can create a new cache with a new key.
6868

69-
7069
### Input parameters for the `cache` action
7170

7271
- `key`: **Required** The key created when saving a cache and the key used to search for a cache. It can be any combination of variables, context values, static strings, and functions. Keys have a maximum length of 512 characters, and keys longer than the maximum length will cause the action to fail.

content/actions/using-workflows/required-workflows.md

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ After a required workflow has run at least once in a repository, you can view it
4545

4646
![Screenshot of the sidebar on the "Actions" page. A subsection, labeled "Required workflows", contains an entry called "Test required workflow" and is outlined in dark orange.](/assets/images/help/settings/view-required-workflows.png)
4747

48-
49-
5048
## Adding a required workflow to an organization
5149

5250
Organization owners can configure required workflows in their organization. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#adding-a-required-workflow-to-an-organization)."

content/actions/using-workflows/workflow-syntax-for-github-actions.md

-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ Alternatively, use a {% data variables.product.prodname_github_app %} instead of
553553

554554
## `jobs.<job_id>.steps[*].run`
555555

556-
557556
Runs command-line programs using the operating system's shell. If you do not provide a `name`, the step name will default to the text specified in the `run` command.
558557

559558
Commands run using non-login shells by default. You can choose a different shell and customize the shell used to run commands. For more information, see [`jobs.<job_id>.steps[*].shell`](#jobsjob_idstepsshell).

content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ topics:
1919
<!--The CodeQL CLI man pages include a link to a section in this article. If you rename this article,
2020
make sure that you also update the MS short link: https://aka.ms/code-scanning-docs/configuring-ghes.-->
2121

22-
2322
{% data reusables.code-scanning.beta %}
2423

2524
## About {% data variables.product.prodname_code_scanning %}

content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance.md

-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ The dependency review action is included in your installation of {% data variabl
4646
{% data reusables.dependency-review.dependency-review-action-overview %}
4747

4848
Users run the dependency review action using a {% data variables.product.prodname_actions %} workflow. If you have not already set up runners for {% data variables.product.prodname_actions %}, you must do this to enable users to run workflows. You can provision self-hosted runners at the repository, organization, or enterprise account level. For information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)" and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)."
49-

content/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise.md

-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,3 @@ When you enable one or more security and analysis features for existing reposito
5656
{% endnote %}
5757

5858
![Screenshot of the "Push protection" section of the settings for security and analysis features. The checkbox and the text field used for enabling a custom link are outlined in dark orange.](/assets/images/help/organizations/secret-scanning-custom-link.png){% endif %}
59-

content/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console.md

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ The root site administrator can unlock access to the {% data variables.enterpris
3535
{% data reusables.enterprise_site_admin_settings.click-user-management %}
3636
1. Locked user accounts will appear as "State: blocked". To unblock the user and allow authentication, to the right of the user's details, click {% octicon "law" aria-label="Unblock user" %}.
3737

38-
3938
{%- endif %}
4039

4140
## Troubleshooting failed connections to the {% data variables.enterprise.management_console %}

content/admin/configuration/configuring-your-enterprise/command-line-utilities.md

-5
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,6 @@ This command disables replication on an existing replica node and converts the r
914914
ghe-repl-promote
915915
```
916916
917-
918917
### ghe-repl-setup
919918
920919
Run this utility on an existing node to begin enabling a high availability configuration. The utility puts the node in standby mode before you begin replication with [`ghe-repl-start`](#ghe-repl-start). For more information, see "[AUTOTITLE](/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica)."
@@ -1016,8 +1015,6 @@ This utility rewrites the imported repository. This gives you a chance to rename
10161015
git-import-rewrite
10171016
```
10181017
1019-
1020-
10211018
## Security
10221019
10231020
### ghe-find-insecure-git-operations
@@ -1028,8 +1025,6 @@ This utility searches your instance's logs and identifies Git operations over SS
10281025
ghe-find-insecure-git-operations
10291026
```
10301027
1031-
1032-
10331028
## Support
10341029
10351030
### ghe-diagnostics

content/admin/configuration/configuring-your-enterprise/initializing-github-ae.md

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ During initialization, the enterprise owner will name your enterprise, configure
3232

3333
To begin initialization, you will receive an invitation email from {% data variables.product.company_short %}. Before you configure {% data variables.product.prodname_ghe_managed %}, review the following prerequisites.
3434

35-
3635
To initialize {% data variables.location.product_location %}, you must have a SAML identity provider (IdP). {% data reusables.saml.ae-uses-saml-sso %} To connect your IdP to your enterprise during initialization, you should have your IdP's Entity ID (SSO) URL, Issuer ID URL, and public signing certificate (Base64-encoded). For more information, see "[AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/about-saml-for-enterprise-iam)."
3736

3837
{% note %}

content/admin/enterprise-management/configuring-high-availability/monitoring-a-high-availability-configuration.md

-4
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,3 @@ If you review the troubleshooting advice for replication and continue to experie
114114

115115
- On each affected node, run `ghe-repl-status -vv`, then copy the output to your ticket. For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/command-line-utilities#ghe-repl-status)."
116116
- On each affected node, create a support bundle to attach to your ticket. For more information, see "[AUTOTITLE](/support/contacting-github-support/providing-data-to-github-support#creating-and-sharing-support-bundles)."
117-
118-
119-
120-

0 commit comments

Comments
 (0)