Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ff9dc2

Browse files
authored
Fix multiple blank lines in content and data (#37909)
1 parent 88ec8b0 commit 6ff9dc2

326 files changed

Lines changed: 4 additions & 406 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/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ If you choose to hide your private contributions, visitors will only see your pu
3333
{% data reusables.profile.access_profile %}
3434
1. Under "Contributions & Activity", select or deselect **Include private contributions on my profile**.
3535

36-
3736
## Changing the visibility of achievements
3837

3938
{% data reusables.user-settings.access_settings %}

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ In the "All activity" section of your news feed, you can view updates from repos
6767
You'll see updates in your news feed when a user you follow:
6868
{% endif %}
6969

70-
7170
- Stars a repository.
7271
- Follows another user.{% ifversion fpt or ghes or ghec %}
7372
- Creates a public repository.{% endif %}

content/actions/creating-actions/developing-a-third-party-cli-action.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ This pattern is employed in several actions. For more examples, see:
6969
- [`ruby/setup-ruby`](https://github.com/ruby/setup-ruby)
7070
- [`google-github-actions/setup-gcloud`](https://github.com/google-github-actions/setup-gcloud)
7171
- [`hashicorp/setup-terraform`](https://github.com/hashicorp/setup-terraform)
72-

content/actions/creating-actions/publishing-actions-in-github-marketplace.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ To remove a published action from {% data variables.product.prodname_marketplace
6868
Actions with the {% octicon "verified" aria-label="The verified badge" %}, or verified creator badge, indicate that {% data variables.product.prodname_dotcom %} has verified the creator of the action as a partner organization. Partners can email <a href="mailto:[email protected]">[email protected]</a> to request the verified creator badge.
6969

7070
![Screenshot of {% data variables.product.prodname_actions %} with the verified creator badge.](/assets/images/marketplace/verified-creator-badge-for-actions.png)
71-

content/actions/deployment/about-deployments/about-continuous-deployment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ You can configure your CD workflow to run when a {% data variables.product.produ
4747
- [AUTOTITLE](/actions/deployment/about-deployments/deploying-with-github-actions)
4848
- [AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment){% ifversion fpt or ghec %}
4949
- "[AUTOTITLE](/billing/managing-billing-for-github-actions)"{% endif %}
50-

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

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

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

17-
1817
## Introduction
1918

2019
This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a project to [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/).

content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md

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

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

17-
1817
## Introduction
1918

2019
This guide explains how to use {% data variables.product.prodname_actions %} to build and deploy a web app to [Azure Static Web Apps](https://azure.microsoft.com/services/app-service/static/).

content/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ You could also use a `curl` command to request the JWT, using the following envi
233233
| `ACTIONS_ID_TOKEN_REQUEST_URL` | The URL for {% data variables.product.prodname_dotcom %}'s OIDC provider. |
234234
| `ACTIONS_ID_TOKEN_REQUEST_TOKEN` | Bearer token for the request to the OIDC provider. |
235235

236-
237236
For example:
238237

239238
```shell copy
@@ -464,7 +463,6 @@ To configure the repository to use the organization's template, a repository adm
464463

465464
You can now update your YAML workflows to use OIDC access tokens instead of secrets. Popular cloud providers have published their official login actions that make it easy for you to get started with OIDC. For more information about updating your workflows, see the cloud-specific guides listed below in "[Enabling OpenID Connect for your cloud provider](#enabling-openid-connect-for-your-cloud-provider)."
466465

467-
468466
## Enabling OpenID Connect for your cloud provider
469467

470468
To enable and configure OIDC for your specific cloud provider, see the following guides:

content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ In the following example, `StringLike` is used with a wildcard operator (`*`) to
7272
}
7373
```
7474

75-
7675
## Updating your {% data variables.product.prodname_actions %} workflow
7776

7877
To update your workflows for OIDC, you will need to make two changes to your YAML:

content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ Variables stored in an environment are only available to workflow jobs that refe
164164
1. Click **Add variable**.
165165
{%- endif %}
166166

167-
168167
You can also create and configure environments through the REST API. For more information, see "[AUTOTITLE](/rest/deployments/environments)," "[AUTOTITLE](/rest/actions/secrets),"{% ifversion actions-configuration-variables %} "[AUTOTITLE](/rest/actions/variables),"{% endif %} and "[AUTOTITLE](/rest/deployments/branch-policies)."
169168

170169
Running a workflow that references an environment that does not exist will create an environment with the referenced name. The newly created environment will not have any protection rules or secrets configured. Anyone that can edit workflows in the repository can create environments via a workflow file, but only repository admins can configure the environment.

0 commit comments

Comments
 (0)