Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Creating a composite run steps action
intro: 'In this guide, you''ll learn how to build a composite run steps action.'
intro: 'In this guide, you\'ll learn how to build a composite run steps action.'
product: '{% data reusables.gated-features.actions %}'
versions:
free-pro-team: '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Creating a JavaScript action
intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.'
intro: 'In this guide, you\'ll learn how to build a JavaScript action using the actions toolkit.'
product: '{% data reusables.gated-features.actions %}'
redirect_from:
- /articles/creating-a-javascript-action
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Dockerfile support for GitHub Actions
shortTitle: Docker
intro: 'When creating a `Dockerfile` for a Docker container action, you should be aware of how some Docker instructions interact with GitHub Actions and an action''s metadata file.'
intro: 'When creating a `Dockerfile` for a Docker container action, you should be aware of how some Docker instructions interact with GitHub Actions and an action\'s metadata file.'
product: '{% data reusables.gated-features.actions %}'
redirect_from:
- /actions/building-actions/dockerfile-support-for-github-actions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Publishing actions in GitHub Marketplace
intro: 'You can publish actions in {% data variables.product.prodname_marketplace %} and share actions you''ve created with the {% data variables.product.prodname_dotcom %} community.'
intro: 'You can publish actions in {% data variables.product.prodname_marketplace %} and share actions you\'ve created with the {% data variables.product.prodname_dotcom %} community.'
product: '{% data reusables.gated-features.actions %}'
redirect_from:
- /github/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace
Expand Down
2 changes: 1 addition & 1 deletion content/actions/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GitHub Actions Documentation
shortTitle: GitHub Actions
intro: 'Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_actions %}. You can discover, create, and share actions to perform any job you''d like, including CI/CD, and combine actions in a completely customized workflow.'
intro: 'Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_actions %}. You can discover, create, and share actions to perform any job you\'d like, including CI/CD, and combine actions in a completely customized workflow.'
introLinks:
quickstart: /actions/quickstart
learn: /actions/learn-github-actions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Finding and customizing actions
shortTitle: Finding and customizing actions
intro: 'Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application''s repository. This guide will show you how to discover, use, and customize actions.'
intro: 'Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application\'s repository. This guide will show you how to discover, use, and customize actions.'
redirect_from:
- /actions/automating-your-workflow-with-github-actions/using-github-marketplace-actions
- /actions/automating-your-workflow-with-github-actions/using-actions-from-github-marketplace-in-your-workflow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ env:
myHexNumber: ${{ 0xff }}
myExponentialNumber: ${{ -2.99-e2 }}
myString: ${{ 'Mona the Octocat' }}
myEscapedString: ${{ 'It''s open source!' }}
myEscapedString: ${{ 'It\'s open source!' }}
```
{% endraw %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Allowing built-in authentication for users outside your identity provider
intro: 'You can configure built-in authentication to authenticate users who don''t have access to your identity provider that uses LDAP, SAML, or CAS.'
intro: 'You can configure built-in authentication to authenticate users who don\'t have access to your identity provider that uses LDAP, SAML, or CAS.'
redirect_from:
- /enterprise/admin/user-management/allowing-built-in-authentication-for-users-outside-your-identity-provider
- /enterprise/admin/authentication/allowing-built-in-authentication-for-users-outside-your-identity-provider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Authenticating users for your GitHub Enterprise Server instance
intro: 'You can use {% data variables.product.prodname_ghe_server %}''s built-in authentication, or choose between CAS, LDAP, or SAML to integrate your existing accounts and centrally manage user access to {% data variables.product.product_location_enterprise %}.'
intro: 'You can use {% data variables.product.prodname_ghe_server %}\'s built-in authentication, or choose between CAS, LDAP, or SAML to integrate your existing accounts and centrally manage user access to {% data variables.product.product_location_enterprise %}.'
redirect_from:
- /enterprise/admin/categories/authentication/
- /enterprise/admin/guides/installation/user-authentication/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from:
- /enterprise/admin/articles/disabling-sign-ups/
- /enterprise/admin/user-management/disabling-unauthenticated-sign-ups
- /enterprise/admin/authentication/disabling-unauthenticated-sign-ups
intro: 'If you''re using built-in authentication, you can block unauthenticated people from being able to create an account.'
intro: 'If you\'re using built-in authentication, you can block unauthenticated people from being able to create an account.'
versions:
enterprise-server: '*'
---
Expand Down
2 changes: 1 addition & 1 deletion content/admin/authentication/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Authentication
intro: 'You can use {% data variables.product.prodname_ghe_server %}''s built-in authentication, or choose between CAS, LDAP, or SAML to integrate your existing accounts and centrally manage user access to {% data variables.product.product_location_enterprise %}.'
intro: 'You can use {% data variables.product.prodname_ghe_server %}\'s built-in authentication, or choose between CAS, LDAP, or SAML to integrate your existing accounts and centrally manage user access to {% data variables.product.product_location_enterprise %}.'
redirect_from:
- /enterprise/admin/authentication
versions:
Expand Down
2 changes: 1 addition & 1 deletion content/admin/configuration/configuring-your-enterprise.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configuring your enterprise
intro: 'Once {% data variables.product.prodname_ghe_server %} is up and running, you can configure the appliance to suit your organization''s needs.'
intro: 'Once {% data variables.product.prodname_ghe_server %} is up and running, you can configure the appliance to suit your organization\'s needs.'
redirect_from:
- /enterprise/admin/guides/installation/basic-configuration/
- /enterprise/admin/guides/installation/administrative-tools/
Expand Down
2 changes: 1 addition & 1 deletion content/admin/configuration/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configuring GitHub Enterprise
shortTitle: Configuring GitHub Enterprise
intro: 'Once {% data variables.product.prodname_ghe_server %} is installed and set up, you can configure the appliance to suit your organization''s needs.'
intro: 'Once {% data variables.product.prodname_ghe_server %} is installed and set up, you can configure the appliance to suit your organization\'s needs.'
redirect_from:
- /enterprise/admin/configuration
versions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configuring collectd
intro: '{% data variables.product.prodname_enterprise %} can gather data with `collectd` and send it to an external `collectd` server. Among other metrics, we gather a standard set of data such as CPU utilization, memory and disk consumption, network interface traffic and errors, and the VM''s overall load.'
intro: '{% data variables.product.prodname_enterprise %} can gather data with `collectd` and send it to an external `collectd` server. Among other metrics, we gather a standard set of data such as CPU utilization, memory and disk consumption, network interface traffic and errors, and the VM\'s overall load.'
redirect_from:
- /enterprise/admin/installation/configuring-collectd
- /enterprise/admin/articles/configuring-collectd/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrating Elasticsearch indices to GitHub Enterprise Server 2.14 or later
intro: 'To prepare for an upgrade to {% data variables.product.prodname_ghe_server %} 2.14, you''ll need to migrate your indices to Elasticsearch 5.6 with our migration script.'
intro: 'To prepare for an upgrade to {% data variables.product.prodname_ghe_server %} 2.14, you\'ll need to migrate your indices to Elasticsearch 5.6 with our migration script.'
redirect_from:
- /enterprise/admin/installation/migrating-elasticsearch-indices-to-github-enterprise-2-14-or-later/
- /enterprise/admin/guides/installation/migrating-elasticsearch-indices-to-github-enterprise-2-14-or-later/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ redirect_from:
- /enterprise/admin/guides/installation/migrating-to-a-different-platform-or-from-github-enterprise-11-10-34x/
- /enterprise/admin/guides/installation/migrating-from-github-enterprise-11-10-x-to-2-1-23
- /enterprise/admin/enterprise-management/migrating-from-github-enterprise-1110x-to-2123
intro: 'To migrate from {% data variables.product.prodname_enterprise %} 11.10.x to 2.1.23, you''ll need to set up a new appliance instance and migrate data from the previous instance.'
intro: 'To migrate from {% data variables.product.prodname_enterprise %} 11.10.x to 2.1.23, you\'ll need to set up a new appliance instance and migrate data from the previous instance.'
versions:
enterprise-server: '*'
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Monitoring your appliance
intro: 'As use of {% data variables.product.product_location_enterprise %} increases over time, the utilization of system resources, like CPU, memory, and storage will also increase. You can configure monitoring and alerting so that you''re aware of potential issues before they become critical enough to negatively impact application performance or availability.'
intro: 'As use of {% data variables.product.product_location_enterprise %} increases over time, the utilization of system resources, like CPU, memory, and storage will also increase. You can configure monitoring and alerting so that you\'re aware of potential issues before they become critical enough to negatively impact application performance or availability.'
redirect_from:
- /enterprise/admin/guides/installation/system-resource-monitoring-and-alerting/
- /enterprise/admin/guides/installation/monitoring-your-github-enterprise-appliance/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Recommended alert thresholds
intro: 'You can configure an alert to notify you of system resource issues before they affect your {% data variables.product.prodname_ghe_server %} appliance''s performance.'
intro: 'You can configure an alert to notify you of system resource issues before they affect your {% data variables.product.prodname_ghe_server %} appliance\'s performance.'
redirect_from:
- /enterprise/admin/guides/installation/about-recommended-alert-thresholds/
- /enterprise/admin/installation/about-recommended-alert-thresholds
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Providing data to GitHub Support
intro: 'Since {% data variables.contact.github_support %} doesn''t have access to your environment, we require some additional information from you.'
intro: 'Since {% data variables.contact.github_support %} doesn\'t have access to your environment, we require some additional information from you.'
redirect_from:
- /enterprise/admin/guides/installation/troubleshooting/
- /enterprise/admin/articles/support-bundles/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Setting up the tool cache on self-hosted runners without internet access
intro: 'To use the the included `actions/setup` actions on self-hosted runners without internet access, you must first populate the runner''s tool cache for your workflows.'
intro: 'To use the the included `actions/setup` actions on self-hosted runners without internet access, you must first populate the runner\'s tool cache for your workflows.'
redirect_from:
- /enterprise/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access
versions:
Expand Down
2 changes: 1 addition & 1 deletion content/admin/overview/system-overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: System overview
intro: '{% data variables.product.prodname_ghe_server %} is your organization''s private copy of {% data variables.product.prodname_dotcom %} contained within a virtual appliance, hosted on premises or in the cloud, that you configure and control.'
intro: '{% data variables.product.prodname_ghe_server %} is your organization\'s private copy of {% data variables.product.prodname_dotcom %} contained within a virtual appliance, hosted on premises or in the cloud, that you configure and control.'
redirect_from:
- /enterprise/admin/installation/system-overview
- /enterprise/admin/overview/system-overview
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configuring third-party storage for packages
intro: 'You can configure the third-party service that {% data variables.product.prodname_registry %} uses to store your enterprise''s packages.'
intro: 'You can configure the third-party service that {% data variables.product.prodname_registry %} uses to store your enterprise\'s packages.'
redirect_from:
- /enterprise/admin/packages/configuring-third-party-storage-for-packages
versions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redirect_from:
- /enterprise/admin/articles/troubleshooting-email/
- /enterprise/admin/articles/email-configuration-and-troubleshooting/
- /enterprise/admin/user-management/configuring-email-for-notifications
intro: 'To make it easy for users to respond quickly to activity on {% data variables.product.prodname_ghe_server %}, you can configure your instance to send email notifications on issue, pull request, and commit comments, as well as additional settings to allow inbound email replies. Notification emails are sent if there is activity on a repository a user is watching, if there is activity in a pull request or issue they are participating in, or if the user or team they''re a member of are @mentioned in a comment.'
intro: 'To make it easy for users to respond quickly to activity on {% data variables.product.prodname_ghe_server %}, you can configure your instance to send email notifications on issue, pull request, and commit comments, as well as additional settings to allow inbound email replies. Notification emails are sent if there is activity on a repository a user is watching, if there is activity in a pull request or issue they are participating in, or if the user or team they\'re a member of are @mentioned in a comment.'
versions:
enterprise-server: '*'
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Managing users in your enterprise
intro: 'Once users are able to authenticate to {% data variables.product.product_location_enterprise %}, they''ll want to set up a few basic custom profile settings like an avatar and email notifications.'
intro: 'Once users are able to authenticate to {% data variables.product.product_location_enterprise %}, they\'ll want to set up a few basic custom profile settings like an avatar and email notifications.'
redirect_from:
- /enterprise/admin/guides/user-management/enabling-avatars-and-identicons/
- /enterprise/admin/user-management/basic-account-settings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrating data to your enterprise
intro: 'After generating a migration archive, you can import the data to your target {% data variables.product.prodname_ghe_server %} instance. You''ll be able to review changes for potential conflicts before permanently applying the changes to your target instance.'
intro: 'After generating a migration archive, you can import the data to your target {% data variables.product.prodname_ghe_server %} instance. You\'ll be able to review changes for potential conflicts before permanently applying the changes to your target instance.'
redirect_from:
- /enterprise/admin/guides/migrations/importing-migration-data-to-github-enterprise/
- /enterprise/admin/migrations/applying-the-imported-data-on-github-enterprise-server
Expand Down Expand Up @@ -108,7 +108,7 @@ If you have any concerns about failed imports, contact {% data variables.contact

### Completing the import on {% data variables.product.prodname_ghe_server %}

After your migration is applied to your target instance and you have reviewed the migration, you''ll unlock the repositories and delete them off the source. Before deleting your source data we recommend waiting around two weeks to ensure that everything is functioning as expected.
After your migration is applied to your target instance and you have reviewed the migration, you\'ll unlock the repositories and delete them off the source. Before deleting your source data we recommend waiting around two weeks to ensure that everything is functioning as expected.

### Unlocking repositories on the target instance

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Preparing to migrate data to your enterprise
intro: 'After generating a migration archive, you can import the data to your target {% data variables.product.prodname_ghe_server %} instance. You''ll be able to review changes for potential conflicts before permanently applying the changes to your target instance.'
intro: 'After generating a migration archive, you can import the data to your target {% data variables.product.prodname_ghe_server %} instance. You\'ll be able to review changes for potential conflicts before permanently applying the changes to your target instance.'
redirect_from:
- /enterprise/admin/migrations/preparing-the-migrated-data-for-import-to-github-enterprise-server
- /enterprise/admin/migrations/generating-a-list-of-migration-conflicts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Requiring two-factor authentication for an organization
intro: 'You can require organization members and outside collaborators to enable two-factor authentication for their personal accounts in an organization, making it harder for malicious actors to access an organization''s repositories and settings.'
intro: 'You can require organization members and outside collaborators to enable two-factor authentication for their personal accounts in an organization, making it harder for malicious actors to access an organization\'s repositories and settings.'
redirect_from:
- /enterprise/admin/user-management/requiring-two-factor-authentication-for-an-organization
versions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Troubleshooting service hooks
intro: 'If payloads aren''t being delivered, check for these common problems.'
intro: 'If payloads aren\'t being delivered, check for these common problems.'
redirect_from:
- /enterprise/admin/articles/troubleshooting-service-hooks/
- /enterprise/admin/developer-workflow/troubleshooting-service-hooks
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Adding a repository from your local computer to GitHub Desktop
intro: 'You can add any Git repository to {% data variables.product.prodname_desktop %}, even if it''s not a {% data variables.product.prodname_dotcom %} repository.'
intro: 'You can add any Git repository to {% data variables.product.prodname_desktop %}, even if it\'s not a {% data variables.product.prodname_dotcom %} repository.'
redirect_from:
- /desktop/contributing-to-projects/adding-a-repository-from-your-local-computer-to-github-desktop
versions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Changing a remote's URL from GitHub Desktop
intro: 'You can change the remote URL for a repository you''re working with in {% data variables.product.prodname_desktop %}. You might do this if the repository has been renamed, or the username or organization that owns the repository has changed.'
intro: 'You can change the remote URL for a repository you\'re working with in {% data variables.product.prodname_desktop %}. You might do this if the repository has been renamed, or the username or organization that owns the repository has changed.'
redirect_from:
- /desktop/contributing-to-projects/changing-a-remotes-url-from-github-desktop
- /desktop/contributing-to-projects/changing-a-remote-s-url-from-github-desktop
Expand Down
Loading