Skip to content

Commit 7a5e9d7

Browse files
fix: corrected casing of PowerShell
1 parent 630d306 commit 7a5e9d7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

content/actions/automating-builds-and-tests/building-and-testing-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors:
1313
type: tutorial
1414
topics:
1515
- CI
16-
- Powershell
16+
- PowerShell
1717
shortTitle: Build & test PowerShell
1818
---
1919

content/actions/learn-github-actions/workflow-commands-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ During the execution of a workflow, the runner generates temporary files that ca
272272

273273
{% warning %}
274274

275-
**Warning:** Powershell does not use UTF-8 by default. Make sure you write files using the correct encoding. For example, you need to set UTF-8 encoding when you set the path:
275+
**Warning:** PowerShell does not use UTF-8 by default. Make sure you write files using the correct encoding. For example, you need to set UTF-8 encoding when you set the path:
276276

277277
```yaml
278278
steps:

content/admin/advanced-security/deploying-github-advanced-security-in-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ If you’re using a phased approach to roll out GHAS, we recommend enabling {% d
235235

236236
If you’re not planning on a phased rollout approach and want to enable code scanning for many repositories, you may want to script the process.
237237

238-
For an example of a script that opens pull requests to add a {% data variables.product.prodname_actions %} workflow to multiple repositories, see the [`jhutchings1/Create-ActionsPRs`](https://github.com/jhutchings1/Create-ActionsPRs) repository for an example using Powershell, or [`nickliffen/ghas-enablement`](https://github.com/NickLiffen/ghas-enablement) for teams who do not have Powershell and instead would like to use NodeJS.
238+
For an example of a script that opens pull requests to add a {% data variables.product.prodname_actions %} workflow to multiple repositories, see the [`jhutchings1/Create-ActionsPRs`](https://github.com/jhutchings1/Create-ActionsPRs) repository for an example using PowerShell, or [`nickliffen/ghas-enablement`](https://github.com/NickLiffen/ghas-enablement) for teams who do not have PowerShell and instead would like to use NodeJS.
239239

240240
### Step 4: Run code scans and review your results
241241

content/authentication/keeping-your-account-and-data-secure/about-anonymized-urls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In rare circumstances, images that are processed through Camo might not appear o
2828

2929
{% tip %}
3030

31-
Windows users will either need to use the Git Powershell (which is installed alongside [{% data variables.product.prodname_desktop %}](https://desktop.github.com/)) or download [curl for Windows](http://curl.haxx.se/download.html).
31+
Windows users will either need to use the Git PowerShell (which is installed alongside [{% data variables.product.prodname_desktop %}](https://desktop.github.com/)) or download [curl for Windows](http://curl.haxx.se/download.html).
3232

3333
{% endtip %}
3434

content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In the default {% data variables.product.prodname_codeql_workflow %}, {% data va
6060
The `on:pull_request` and `on:push` triggers for code scanning are each useful for different purposes. For more information, see "[Scanning pull requests](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#scanning-pull-requests)" and "[Scanning on push](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#scanning-on-push)."
6161
## Bulk set up of {% data variables.product.prodname_code_scanning %}
6262

63-
You can set up {% data variables.product.prodname_code_scanning %} in many repositories at once using a script. If you'd like to use a script to raise pull requests that add a {% data variables.product.prodname_actions %} workflow to multiple repositories, see the [`jhutchings1/Create-ActionsPRs`](https://github.com/jhutchings1/Create-ActionsPRs) repository for an example using Powershell, or [`nickliffen/ghas-enablement`](https://github.com/NickLiffen/ghas-enablement) for teams who do not have Powershell and instead would like to use NodeJS.
63+
You can set up {% data variables.product.prodname_code_scanning %} in many repositories at once using a script. If you'd like to use a script to raise pull requests that add a {% data variables.product.prodname_actions %} workflow to multiple repositories, see the [`jhutchings1/Create-ActionsPRs`](https://github.com/jhutchings1/Create-ActionsPRs) repository for an example using PowerShell, or [`nickliffen/ghas-enablement`](https://github.com/NickLiffen/ghas-enablement) for teams who do not have PowerShell and instead would like to use NodeJS.
6464

6565
## Viewing the logging output from {% data variables.product.prodname_code_scanning %}
6666

data/allowed-topics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default [
109109
'Permissions',
110110
'Policies',
111111
'Policy',
112-
'Powershell',
112+
'PowerShell',
113113
'Pre-receive hooks',
114114
'Privacy',
115115
'Profile',

data/product-examples/actions/code-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
- automation
194194
- title: Update Configured GitHub Actions to the Latest Versions
195195
description: CLI tool to check whehter all your actions are up-to-date or not
196-
languages: 'C#, Inno Setup, PowerSHell, Shell'
196+
languages: 'C#, Inno Setup, PowerShell, Shell'
197197
href: fabasoad/ghacu
198198
tags:
199199
- versions

0 commit comments

Comments
 (0)