Skip to content

Commit dcf81c6

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 6d7b732 + d2491df commit dcf81c6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When creating a group, you must choose a policy that defines which repositories
5353

5454
**Warning**
5555

56-
{% indented_data_reference site.data.reusables.github-actions.self-hosted-runner-security spaces=3 %}
56+
{% indented_data_reference reusables.github-actions.self-hosted-runner-security spaces=3 %}
5757

5858
For more information, see "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)."
5959

@@ -85,7 +85,7 @@ When creating a group, you must choose a policy that defines which organizations
8585

8686
**Warning**
8787

88-
{% indented_data_reference site.data.reusables.github-actions.self-hosted-runner-security spaces=3 %}
88+
{% indented_data_reference reusables.github-actions.self-hosted-runner-security spaces=3 %}
8989

9090
For more information, see "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories)."
9191

content/admin/github-actions/enabling-github-actions-with-amazon-s3-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ topics:
1414

1515
Before enabling {% data variables.product.prodname_actions %}, make sure you have completed the following steps:
1616

17-
* Create your Amazon S3 bucket for storing artifacts generated by workflow runs. {% indented_data_reference site.data.reusables.actions.enterprise-s3-permission spaces=2 %}
17+
* Create your Amazon S3 bucket for storing artifacts generated by workflow runs. {% indented_data_reference reusables.actions.enterprise-s3-permission spaces=2 %}
1818

1919
{% data reusables.actions.enterprise-common-prereqs %}
2020

content/admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ topics:
1515
Before enabling {% data variables.product.prodname_actions %}, make sure you have completed the following steps:
1616

1717
* To avoid resource contention on the appliance, we recommend that MinIO be hosted separately from {% data variables.product.product_location %}.
18-
* Create your bucket for storing workflow artifacts. To set up your bucket and access key, see the [MinIO documentation](https://docs.min.io/docs/minio-gateway-for-nas.html). {% indented_data_reference site.data.reusables.actions.enterprise-s3-permission spaces=2 %}
18+
* Create your bucket for storing workflow artifacts. To set up your bucket and access key, see the [MinIO documentation](https://docs.min.io/docs/minio-gateway-for-nas.html). {% indented_data_reference reusables.actions.enterprise-s3-permission spaces=2 %}
1919

2020
{% data reusables.actions.enterprise-common-prereqs %}
2121

content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To set up a `www` or custom subdomain, such as `www.example.com` or `blog.exampl
4747
![Save custom domain button](/assets/images/help/pages/save-custom-subdomain.png)
4848
5. Navigate to your DNS provider and create a `CNAME` record that points your subdomain to the default domain for your site. For example, if you want to use the subdomain `www.example.com` for your user site, create a `CNAME` record that points `www.example.com` to `<user>.github.io`. If you want to use the subdomain `www.anotherexample.com` for your organization site, create a `CNAME` record that points `www.anotherexample.com` to `<organization>.github.io`. The `CNAME` record should always point to `<user>.github.io` or `<organization>.github.io`, excluding the repository name. {% data reusables.pages.contact-dns-provider %} {% data reusables.pages.default-domain-information %}
4949

50-
{% indented_data_reference site.data.reusables.pages.wildcard-dns-warning spaces=3 %}
50+
{% indented_data_reference reusables.pages.wildcard-dns-warning spaces=3 %}
5151
{% data reusables.command_line.open_the_multi_os_terminal %}
5252
6. To confirm that your DNS record configured correctly, use the `dig` command, replacing _WWW.EXAMPLE.COM_ with your subdomain.
5353
```shell
@@ -81,7 +81,7 @@ To set up an apex domain, such as `example.com`, you must configure a _CNAME_ fi
8181
185.199.111.153
8282
```
8383

84-
{% indented_data_reference site.data.reusables.pages.wildcard-dns-warning spaces=3 %}
84+
{% indented_data_reference reusables.pages.wildcard-dns-warning spaces=3 %}
8585
{% data reusables.command_line.open_the_multi_os_terminal %}
8686
6. To confirm that your DNS record configured correctly, use the `dig` command, replacing _EXAMPLE.COM_ with your apex domain. Confirm that the results match the IP addresses for {% data variables.product.prodname_pages %} above.
8787
```shell

0 commit comments

Comments
 (0)