You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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'`|
|`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'`|
0 commit comments