Skip to content

Commit 8799d1e

Browse files
Fix MD060 table column alignment issues in README.md
Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
1 parent d5bee66 commit 8799d1e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ To get started with your own GitHub PowerShell based action, [create a new repos
88

99
### Inputs
1010

11-
| Name | Description | Required | Default |
12-
|--------------------|---------------------------------------------------------------------------|----------|-----------------------|
13-
| `Name` | The name of the action. | false | `GitHub-Script` |
14-
| `Script` | The script to run. Can be inline, multi-line, or a path to a script file. | false | |
15-
| `Token` | Log in using an Installation Access Token (IAT). | false | `${{ github.token }}` |
16-
| `ClientID` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | |
17-
| `PrivateKey` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | |
18-
| `KeyVaultKeyReference` | Log in using a GitHub App, with the App's Client ID and KeyVault Key Reference. | false | |
19-
| `Debug` | Enable debug output for the whole action. | false | `'false'` |
20-
| `Verbose` | Enable verbose output for the whole action. | false | `'false'` |
21-
| `Version` | Specifies the exact version of the GitHub module to install. | false | |
22-
| `Prerelease` | Allow prerelease versions if available. | false | `'false'` |
23-
| `ErrorView` | Configure the PowerShell `$ErrorView` variable. You can use full names ('NormalView', 'CategoryView', 'ConciseView', 'DetailedView'). It matches on partials. | false | `'NormalView'` |
24-
| `ShowInfo` | Show information about the environment. | false | `'true'` |
25-
| `ShowInit` | Show information about the initialization. | false | `'false'` |
26-
| `ShowOutput` | Show the script's output. | false | `'false'` |
27-
| `WorkingDirectory` | The working directory where the script runs. | false | `'.'` |
28-
| `PreserveCredentials` | Preserve credentials after script execution. If false, disconnects GitHub contexts and CLI using Disconnect-GitHubAccount. | false | `'true'` |
11+
| Name | Description | Required | Default |
12+
|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-----------------------|
13+
| `Name` | The name of the action. | false | `GitHub-Script` |
14+
| `Script` | The script to run. Can be inline, multi-line, or a path to a script file. | false | |
15+
| `Token` | Log in using an Installation Access Token (IAT). | false | `${{ github.token }}` |
16+
| `ClientID` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | |
17+
| `PrivateKey` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | |
18+
| `KeyVaultKeyReference` | Log in using a GitHub App, with the App's Client ID and KeyVault Key Reference. | false | |
19+
| `Debug` | Enable debug output for the whole action. | false | `'false'` |
20+
| `Verbose` | Enable verbose output for the whole action. | false | `'false'` |
21+
| `Version` | Specifies the exact version of the GitHub module to install. | false | |
22+
| `Prerelease` | Allow prerelease versions if available. | false | `'false'` |
23+
| `ErrorView` | Configure the PowerShell `$ErrorView` variable. You can use full names ('NormalView', 'CategoryView', 'ConciseView', 'DetailedView'). It matches on partials. | false | `'NormalView'` |
24+
| `ShowInfo` | Show information about the environment. | false | `'true'` |
25+
| `ShowInit` | Show information about the initialization. | false | `'false'` |
26+
| `ShowOutput` | Show the script's output. | false | `'false'` |
27+
| `WorkingDirectory` | The working directory where the script runs. | false | `'.'` |
28+
| `PreserveCredentials` | Preserve credentials after script execution. If false, disconnects GitHub contexts and CLI using Disconnect-GitHubAccount. | false | `'true'` |
2929

3030
### Outputs
3131

0 commit comments

Comments
 (0)