Skip to content

Commit

Permalink
Remove some more unnecessary indented_data_reference tags (#43036)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Sep 22, 2023
1 parent 40a4186 commit c5331e6
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ topics:
- Policies
shortTitle: GitHub Actions policies
---


## About policies for {% data variables.product.prodname_actions %} in your enterprise

Expand All @@ -41,7 +41,7 @@ You can choose to disable {% data variables.product.prodname_actions %} for all
{% data reusables.enterprise-accounts.actions-tab %}
1. Under "Policies", select your options.

{% indented_data_reference reusables.actions.actions-use-policy-settings spaces=3 %}
{% data reusables.actions.actions-use-policy-settings %}

{%- ifversion ghes or ghae %}
{% note %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
{% data reusables.desktop.windows_git_for_windows_turn_on_ssh_agent %}
{% indented_data_reference reusables.desktop.note-start-ssh-agent spaces=3 %}
{% data reusables.desktop.note-start-ssh-agent %}
1. Verify that you have a private key generated and loaded into SSH.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ other custom queries. For example, `custom-queries/java/queries/EmptyThen.ql`.

1. Create a {% data variables.product.prodname_codeql %} pack for your Java tests by adding a `qlpack.yml` file with the following contents to `custom-queries/java/tests`, updating the `dependencies` to match the name of your {% data variables.product.prodname_codeql %} pack of custom queries:

{% indented_data_reference reusables.codeql-cli.test-qlpack spaces=3 %}
{% data reusables.codeql-cli.test-qlpack %}

1. Run `codeql pack install` in the root of the test directory. This generates a `codeql-pack.lock.yml` file that specifies all of the transitive dependencies required to run queries in this pack.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ shortTitle: Configure basic settings

![Screenshot of the "Preferences" window. The left sidebar, with menu options such as "Accounts" and "Integrations", is highlighted with an orange outline.](/assets/images/help/desktop/mac-select-preferences-pane.png)

{% indented_data_reference reusables.desktop.preferences-options-tabs spaces=3 %}
{% data reusables.desktop.preferences-options-tabs %}

{% endmac %}

Expand All @@ -28,7 +28,7 @@ shortTitle: Configure basic settings

![Screenshot of the "Options" window. The left sidebar, with menu options such as "Accounts" and "Integrations", is highlighted with an orange outline.](/assets/images/help/desktop/window-select-options-pane.png)

{% indented_data_reference reusables.desktop.preferences-options-tabs spaces=3 %}
{% data reusables.desktop.preferences-options-tabs %}

{% endwindows %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Before you authenticate, {% data reusables.desktop.get-an-account %}

{% data reusables.desktop.sign-in-browser %}

{% indented_data_reference reusables.user-settings.password-authentication-deprecation-desktop spaces=3 %}
{% data reusables.user-settings.password-authentication-deprecation-desktop %}

{% data reusables.desktop.authenticate-in-browser %}
{% data reusables.desktop.2fa-in-browser %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ shortTitle: View 2FA usage
{% data reusables.organizations.people %}
1. To view organization members, including organization owners, who have enabled or disabled two-factor authentication, on the right, select **2FA**, then click **Enabled** or **Disabled**. {% ifversion mandatory-2fa-required-overview %}Additionally, you can view which members are required to enable two-factor authentication by clicking **Required**.<br><br>

{% indented_data_reference reusables.two_fa.mandatory-2fa-contributors-2023 spaces=3 %}{% endif %}{% ifversion mandatory-2fa-required-overview %}
{% data reusables.two_fa.mandatory-2fa-contributors-2023 %}{% endif %}{% ifversion mandatory-2fa-required-overview %}

![Screenshot of the list of organization members. A dropdown menu, labeled "2FA", is expanded and outlined in orange.](/assets/images/help/2fa/filter-org-members-by-2fa-required.png){% else %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you disallow publication of {% data variables.product.prodname_pages %} sites
{% endif %}
{%- ifversion fpt or ghec %}

{% indented_data_reference reusables.pages.privately-publish-ghec-only spaces=3%}{%- endif %}
{% data reusables.pages.privately-publish-ghec-only %}{%- endif %}

1. Click **Save**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ topics:
- Pull requests
shortTitle: Manage GitHub Actions settings
---

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

## About {% data variables.product.prodname_actions %} permissions for your repository
Expand All @@ -44,7 +44,7 @@ You can disable {% data variables.product.prodname_actions %} for a repository,
{% data reusables.repositories.settings-sidebar-actions-general %}
1. Under "Actions permissions", select an option.

{% indented_data_reference reusables.actions.actions-use-policy-settings spaces=3 %}
{% data reusables.actions.actions-use-policy-settings %}
1. Click **Save**.

{% data reusables.actions.allow-specific-actions-intro %}
Expand Down
2 changes: 1 addition & 1 deletion data/reusables/actions/configure-runner-group-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

**Warning**

{% indented_data_reference reusables.actions.self-hosted-runner-security spaces=3 %}
{% data reusables.actions.self-hosted-runner-security %}

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

Expand Down

0 comments on commit c5331e6

Please sign in to comment.