Skip to content

Commit a785c2b

Browse files
committed
remove single trailing newline
1 parent 05703f4 commit a785c2b

234 files changed

Lines changed: 234 additions & 234 deletions

File tree

Some content is hidden

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

content/actions/creating-actions/creating-a-composite-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ You can find many examples of composite actions on {% data variables.product.pro
149149

150150
- [microsoft/action-python](https://github.com/microsoft/action-python)
151151
- [microsoft/gpt-review](https://github.com/microsoft/gpt-review)
152-
- [tailscale/github-action](https://github.com/tailscale/github-action)
152+
- [tailscale/github-action](https://github.com/tailscale/github-action)

content/actions/creating-actions/creating-a-javascript-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@ jobs:
291291
You can find many examples of JavaScript actions on {% data variables.product.prodname_dotcom_the_website %}.
292292

293293
- [DevExpress/testcafe-action](https://github.com/DevExpress/testcafe-action)
294-
- [duckduckgo/privacy-configuration](https://github.com/duckduckgo/privacy-configuration)
294+
- [duckduckgo/privacy-configuration](https://github.com/duckduckgo/privacy-configuration)

content/actions/deployment/protecting-deployments/creating-custom-deployment-protection-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Once a workflow reaches a job that references an environment that has the custom
8484

8585
You can publish your {% data variables.product.prodname_github_app %} to the {% data variables.product.prodname_marketplace %} to allow developers to discover suitable protection rules and install it across their {% data variables.product.company_short %} repositories. Or you can browse existing custom deployment protection rules to suit your needs. For more information, see "[AUTOTITLE](/apps/publishing-apps-to-github-marketplace/github-marketplace-overview/about-github-marketplace)" and "[AUTOTITLE](/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace)."
8686

87-
{% endif %}
87+
{% endif %}

content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-using-github-hosted-runners-in-your-azure-virtual-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ To use {% data variables.product.company_short %}-hosted runners with Azure VNET
5555

5656
For more information about configuring Azure, see "[AUTOTITLE](/actions/using-github-hosted-runners/connecting-to-a-private-network/configuring-an-azure-virtual-network-for-your-enterprise)."
5757

58-
For more information about configuring your {% data variables.product.company_short %} settings to use {% data variables.product.company_short %}-hosted runners with a VNET, see "[AUTOTITLE](/actions/using-github-hosted-runners/connecting-to-a-private-network/configuring-your-github-settings-for-use-with-azure-virtual-network)."
58+
For more information about configuring your {% data variables.product.company_short %} settings to use {% data variables.product.company_short %}-hosted runners with a VNET, see "[AUTOTITLE](/actions/using-github-hosted-runners/connecting-to-a-private-network/configuring-your-github-settings-for-use-with-azure-virtual-network)."

content/actions/using-jobs/assigning-permissions-to-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ You can specify `permissions` at the top level of a workflow, so that the settin
3737

3838
### Example: Setting the `GITHUB_TOKEN` permissions for one job in a workflow
3939

40-
{% data reusables.actions.jobs.setting-permissions-specific-jobs-example %}
40+
{% data reusables.actions.jobs.setting-permissions-specific-jobs-example %}

content/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ Your instance validates the hostnames for proxy exclusion using the list of IANA
6565
ghe-config noproxy.exception-tld-list "COMMA-SEPARATED-TLD-LIST"
6666
```
6767

68-
{% data reusables.enterprise.apply-configuration %}
68+
{% data reusables.enterprise.apply-configuration %}

content/admin/identity-and-access-management/managing-iam-for-your-enterprise/identifying-the-best-authentication-method-for-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ Although {% data variables.product.prodname_emus %} is free, the migration proce
6565

6666
## Further reading
6767

68-
- "[AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/deciding-whether-to-configure-saml-for-your-enterprise-or-your-organizations)"
68+
- "[AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/deciding-whether-to-configure-saml-for-your-enterprise-or-your-organizations)"

content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/disabling-authentication-for-enterprise-managed-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ If you want to migrate to a new identity provider (IdP) or tenant rather than di
4040
{% data reusables.enterprise-accounts.settings-tab %}
4141
{% data reusables.enterprise-accounts.security-tab %}
4242
1. Under "SAML single sign-on", deselect **Require SAML authentication** or **Require OIDC single sign-on**.
43-
1. Click **Save**.
43+
1. Click **Save**.

content/admin/identity-and-access-management/using-saml-for-enterprise-iam/deciding-whether-to-configure-saml-for-your-enterprise-or-your-organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ If you need to protect internal repositories or enforce a consistent authenticat
2525

2626
SCIM is not available for enterprise accounts, and team synchronization is only available for SAML at the enterprise level if you use Azure AD as an IdP. For more information, see "[AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise)."
2727

28-
Regardless of the SAML implementation you choose, you cannot add external collaborators to organizations or teams. You can only add external collaborators to individual repositories.
28+
Regardless of the SAML implementation you choose, you cannot add external collaborators to organizations or teams. You can only add external collaborators to individual repositories.

content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/including-data-about-github-actions-in-server-statistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ If you enable the collection of data about {% data variables.product.prodname_ac
3636
```shell{:copy}
3737
ghe-config app.github.enable-actions-usage-stats true
3838
```
39-
{% data reusables.enterprise.apply-configuration %}
39+
{% data reusables.enterprise.apply-configuration %}

0 commit comments

Comments
 (0)