Skip to content

Commit 87900cb

Browse files
graceparklecoursen
andauthored
Remove spaces from code in content and data (github#37382)
Co-authored-by: Laura Coursen <[email protected]>
1 parent 1512850 commit 87900cb

File tree

12 files changed

+33
-33
lines changed

12 files changed

+33
-33
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ jobs:
122122

123123
The following resources may also be useful:
124124

125-
* For the original starter workflow, see [`azure-kubernetes-service.yml `](https://github.com/actions/starter-workflows/blob/main/deployments/azure-kubernetes-service.yml) in the {% data variables.product.prodname_actions %} `starter-workflows` repository.
125+
* For the original starter workflow, see [`azure-kubernetes-service.yml`](https://github.com/actions/starter-workflows/blob/main/deployments/azure-kubernetes-service.yml) in the {% data variables.product.prodname_actions %} `starter-workflows` repository.
126126
* The actions used to in this workflow are the official Azure [`Azure/login`](https://github.com/Azure/login),[`Azure/aks-set-context`](https://github.com/Azure/aks-set-context), [`Azure/CLI`](https://github.com/Azure/CLI), [`Azure/k8s-bake`](https://github.com/Azure/k8s-bake), and [`Azure/k8s-deploy`](https://github.com/Azure/k8s-deploy)actions.
127127
* For more examples of GitHub Action workflows that deploy to Azure, see the [actions-workflow-samples](https://github.com/Azure/actions-workflow-samples) repository.

content/actions/learn-github-actions/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ You can create configuration variables for use across multiple workflows, and ca
100100

101101
For example, you can use configuration variables to set default values for parameters passed to build tools at an organization level, but then allow repository owners to override these parameters on a case-by-case basis.
102102

103-
When you define configuration variables, they are automatically available in the `vars` context. For more information, see "[Using the `vars `context to access configuration variable values](#using-the-vars-context-to-access-configuration-variable-values)".
103+
When you define configuration variables, they are automatically available in the `vars` context. For more information, see "[Using the `vars` context to access configuration variable values](#using-the-vars-context-to-access-configuration-variable-values)".
104104

105105
### Configuration variable precedence
106106

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ For more information, see "[AUTOTITLE](/actions/using-jobs/using-a-matrix-for-yo
127127

128128
If your jobs regularly reuse dependencies, you can consider caching these files to help improve performance. Once the cache is created, it is available to all workflows in the same repository.
129129

130-
This example demonstrates how to cache the ` ~/.npm` directory:
130+
This example demonstrates how to cache the `~/.npm` directory:
131131

132132
```yaml
133133
jobs:

content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -961,28 +961,28 @@ Before you'll see `git` category actions, you must enable Git events in the audi
961961

962962
| Action | Description
963963
|--------|-------------
964-
| `protected_branch.create ` | Branch protection was enabled on a branch.
964+
| `protected_branch.create` | Branch protection was enabled on a branch.
965965
| `protected_branch.destroy` | Branch protection was disabled on a branch.
966-
| `protected_branch.dismiss_stale_reviews ` | Enforcement of dismissing stale pull requests was updated on a branch.
966+
| `protected_branch.dismiss_stale_reviews` | Enforcement of dismissing stale pull requests was updated on a branch.
967967
{%- ifversion ghes %}
968968
| `protected_branch.dismissal_restricted_users_teams` | Enforcement of restricting users and/or teams who can dismiss reviews was updated on a branch.
969969
{%- endif %}
970-
| `protected_branch.policy_override ` | A branch protection requirement was overridden by a repository administrator.
971-
| `protected_branch.rejected_ref_update ` | A branch update attempt was rejected.
970+
| `protected_branch.policy_override` | A branch protection requirement was overridden by a repository administrator.
971+
| `protected_branch.rejected_ref_update` | A branch update attempt was rejected.
972972
| `protected_branch.required_status_override` | The required status checks branch protection requirement was overridden by a repository administrator.
973973
| `protected_branch.review_policy_and_required_status_override` | The required reviews and required status checks branch protection requirements were overridden by a repository administrator.
974974
| `protected_branch.review_policy_override` | The required reviews branch protection requirement was overridden by a repository administrator.
975-
| `protected_branch.update_admin_enforced ` | Branch protection was enforced for repository administrators.
975+
| `protected_branch.update_admin_enforced` | Branch protection was enforced for repository administrators.
976976
{%- ifversion ghes %}
977977
| `protected_branch.update_allow_deletions_enforcement_level` | Enforcement of allowing users with push access to delete matching branches was updated on a branch.
978978
| `protected_branch.update_allow_force_pushes_enforcement_level` | Enforcement of allowing force pushes for all users with push access was updated on a branch.
979979
| `protected_branch.update_linear_history_requirement_enforcement_level` | Enforcement of requiring linear commit history was updated on a branch.
980980
{%- endif %}
981-
| `protected_branch.update_pull_request_reviews_enforcement_level ` | Enforcement of required pull request reviews was updated on a branch. Can be one of `0`(deactivated), `1`(non-admins), `2`(everyone).
982-
| `protected_branch.update_require_code_owner_review ` | Enforcement of required code owner review was updated on a branch.
981+
| `protected_branch.update_pull_request_reviews_enforcement_level` | Enforcement of required pull request reviews was updated on a branch. Can be one of `0`(deactivated), `1`(non-admins), `2`(everyone).
982+
| `protected_branch.update_require_code_owner_review` | Enforcement of required code owner review was updated on a branch.
983983
| `protected_branch.update_required_approving_review_count` | Enforcement of the required number of approvals before merging was updated on a branch.
984-
| `protected_branch.update_required_status_checks_enforcement_level ` | Enforcement of required status checks was updated on a branch.
985-
| `protected_branch.update_signature_requirement_enforcement_level ` | Enforcement of required commit signing was updated on a branch.
984+
| `protected_branch.update_required_status_checks_enforcement_level` | Enforcement of required status checks was updated on a branch.
985+
| `protected_branch.update_signature_requirement_enforcement_level` | Enforcement of required commit signing was updated on a branch.
986986
| `protected_branch.update_strict_required_status_checks_policy` | Enforcement of required status checks was updated on a branch.
987987
| `protected_branch.update_name` | A branch name pattern was updated for a branch.
988988

content/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The `$GITHUB_VIA` variable is available in the pre-receive hook environment when
9191
| <pre>git refs update api</pre> | Update of a ref via the API | "[AUTOTITLE](/rest/git#update-a-reference)" in the REST API documentation |
9292
| <pre>git repo contents api</pre> | Change to a file's contents via the API | "[AUTOTITLE](/rest/repos#create-or-update-file-contents)" in the REST API documentation |
9393
{%- ifversion ghes %}
94-
| `merge ` | Merge of a pull request using auto-merge | "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request)" |
94+
| `merge` | Merge of a pull request using auto-merge | "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request)" |
9595
{%- endif %}
9696
| <pre>merge base into head</pre> | Update of the topic branch from the base branch when the base branch requires strict status checks (via **Update branch** in a pull request, for example) | "[AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-status-checks-before-merging)" |
9797
| <pre>pull request branch delete button</pre> | Deletion of a topic branch from a pull request in the web interface | "[AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request#deleting-a-branch-used-for-a-pull-request)" |

content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You use three different commands to generate results and upload them to {% data
3535

3636
<!--Option to analyze multiple languages with one call-->
3737
1. `database create` to create a {% data variables.product.prodname_codeql %} database to represent the hierarchical structure of each supported programming language in the repository.
38-
2. ` database analyze` to run queries to analyze each {% data variables.product.prodname_codeql %} database and summarize the results in a SARIF file.
38+
2. `database analyze` to run queries to analyze each {% data variables.product.prodname_codeql %} database and summarize the results in a SARIF file.
3939
3. `github upload-results` to upload the resulting SARIF files to {% data variables.product.product_name %} where the results are matched to a branch or pull request and displayed as {% data variables.product.prodname_code_scanning %} alerts.
4040

4141
You can display the command-line help for any command using the <nobr>`--help`</nobr> option.

content/codespaces/codespaces-reference/security-in-github-codespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Codespaces are designed to be security hardened by default. To help maintain thi
7878

7979
### Using secrets to access sensitive information
8080

81-
Always use encrypted secrets when you want to use sensitive information (such as access tokens) in a codespace. You can access your secrets as environment variables in the codespace, including from the terminal. For example, you can launch a terminal within your codespace and use `echo $SECRET_NAME ` to see the value of a secret.
81+
Always use encrypted secrets when you want to use sensitive information (such as access tokens) in a codespace. You can access your secrets as environment variables in the codespace, including from the terminal. For example, you can launch a terminal within your codespace and use `echo $SECRET_NAME` to see the value of a secret.
8282

8383
The secret values are copied to environment variables whenever the codespace is resumed or created and are also synced when they are changed.
8484

content/get-started/using-git/getting-changes-from-a-remote-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $ git merge REMOTE-NAME/BRANCH-NAME
6868

6969
## Pulling changes from a remote repository
7070

71-
`git pull` is a convenient shortcut for completing both `git fetch` and `git merge `in the same command:
71+
`git pull` is a convenient shortcut for completing both `git fetch` and `git merge`in the same command:
7272

7373
```shell
7474
$ git pull REMOTE-NAME BRANCH-NAME

content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ To create a nested list using the web editor on {% data variables.product.produc
229229

230230
To create a nested list in the comment editor on {% data variables.product.product_name %}, which doesn't use a monospaced font, you can look at the list item immediately above the nested list and count the number of characters that appear before the content of the item. Then type that number of space characters in front of the nested list item.
231231

232-
In this example, you could add a nested list item under the list item `100. First list item` by indenting the nested list item a minimum of five spaces, since there are five characters (`100. `) before `First list item`.
232+
In this example, you could add a nested list item under the list item `100. First list item` by indenting the nested list item a minimum of five spaces, since there are five characters (`100 .`) before `First list item`.
233233

234234
```markdown
235235
100. First list item

content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ For more information, see "[AUTOTITLE](/organizations/managing-organization-sett
352352
| `secret_scanning_push_protection_custom_message_updated` | Triggered when an organization owner or admin updates the custom message triggered by an attempted push to a push-protected repository. For more information, see "[AUTOTITLE](/code-security/secret-scanning/protecting-pushes-with-secret-scanning#enabling-secret-scanning-as-a-push-protection-for-an-organization)."
353353
{%- endif %}
354354
{%- ifversion secret-scanning-audit-log-custom-patterns %}
355-
| `secret_scanning_push_protection_disable ` | Triggered when an organization owner or person with admin access to the organization disables push protection for {% data variables.product.prodname_secret_scanning %}. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning)."
356-
| `secret_scanning_push_protection_enable ` | Triggered when an organization owner or person with admin access to the organization enables push protection for {% data variables.product.prodname_secret_scanning %}.{%- endif %}
355+
| `secret_scanning_push_protection_disable` | Triggered when an organization owner or person with admin access to the organization disables push protection for {% data variables.product.prodname_secret_scanning %}. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning)."
356+
| `secret_scanning_push_protection_enable` | Triggered when an organization owner or person with admin access to the organization enables push protection for {% data variables.product.prodname_secret_scanning %}.{%- endif %}
357357
| `self_hosted_runner_online` | Triggered when the runner application is started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)."
358358
| `self_hosted_runner_offline` | Triggered when the runner application is stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)."{% ifversion fpt or ghes or ghec %}
359359
| `self_hosted_runner_updated` | Triggered when the runner application is updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#about-self-hosted-runners)."{% endif %}{% ifversion fpt or ghec %}
@@ -457,20 +457,20 @@ For more information, see "[AUTOTITLE](/organizations/managing-organization-sett
457457

458458
| Action | Description
459459
|--------------------|---------------------
460-
| `create ` | Triggered when branch protection is enabled on a branch.
460+
| `create` | Triggered when branch protection is enabled on a branch.
461461
| `destroy` | Triggered when branch protection is disabled on a branch.
462-
| `update_admin_enforced ` | Triggered when branch protection is enforced for repository administrators.
463-
| `update_require_code_owner_review ` | Triggered when enforcement of required Code Owner review is updated on a branch.
464-
| `dismiss_stale_reviews ` | Triggered when enforcement of dismissing stale pull requests is updated on a branch.
465-
| `update_signature_requirement_enforcement_level ` | Triggered when enforcement of required commit signing is updated on a branch.
466-
| `update_pull_request_reviews_enforcement_level ` | Triggered when enforcement of required pull request reviews is updated on a branch. Can be one of `0`(deactivated), `1`(non-admins), `2`(everyone).
467-
| `update_required_status_checks_enforcement_level ` | Triggered when enforcement of required status checks is updated on a branch.
462+
| `update_admin_enforced` | Triggered when branch protection is enforced for repository administrators.
463+
| `update_require_code_owner_review` | Triggered when enforcement of required Code Owner review is updated on a branch.
464+
| `dismiss_stale_reviews` | Triggered when enforcement of dismissing stale pull requests is updated on a branch.
465+
| `update_signature_requirement_enforcement_level` | Triggered when enforcement of required commit signing is updated on a branch.
466+
| `update_pull_request_reviews_enforcement_level` | Triggered when enforcement of required pull request reviews is updated on a branch. Can be one of `0`(deactivated), `1`(non-admins), `2`(everyone).
467+
| `update_required_status_checks_enforcement_level` | Triggered when enforcement of required status checks is updated on a branch.
468468
| `update_strict_required_status_checks_policy` | Triggered when the requirement for a branch to be up to date before merging is changed.
469-
| `rejected_ref_update ` | Triggered when a branch update attempt is rejected.
470-
| `policy_override ` | Triggered when a branch protection requirement is overridden by a repository administrator.
471-
| `update_allow_force_pushes_enforcement_level ` | Triggered when force pushes are enabled or disabled for a protected branch.
472-
| `update_allow_deletions_enforcement_level ` | Triggered when branch deletion is enabled or disabled for a protected branch.
473-
| `update_linear_history_requirement_enforcement_level ` | Triggered when required linear commit history is enabled or disabled for a protected branch.
469+
| `rejected_ref_update` | Triggered when a branch update attempt is rejected.
470+
| `policy_override` | Triggered when a branch protection requirement is overridden by a repository administrator.
471+
| `update_allow_force_pushes_enforcement_level` | Triggered when force pushes are enabled or disabled for a protected branch.
472+
| `update_allow_deletions_enforcement_level` | Triggered when branch deletion is enabled or disabled for a protected branch.
473+
| `update_linear_history_requirement_enforcement_level` | Triggered when required linear commit history is enabled or disabled for a protected branch.
474474

475475
## `pull_request` category actions
476476

0 commit comments

Comments
 (0)