Skip to content

Commit 976e900

Browse files
Bump azure/login from v2.2.0 to v2.3.0 (#73)
Updates `azure/login` action and fixes markdown linting issues. ## Changes - **azure/login**: v2.2.0 → v2.3.0 with full semver in version comment - **README.md**: Fix MD060 table column alignment in Inputs table ```yaml # Before uses: Azure/login@1384c34 # v2 # After uses: Azure/login@a457da9 # v2.3.0 ``` <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
1 parent 5783a86 commit 976e900

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)