We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d0846 commit 4205d7bCopy full SHA for 4205d7b
scripts/main.ps1
@@ -9,6 +9,7 @@ if ($env:GITHUB_ACTION_INPUT_Verbose -eq 'true') {
9
}
10
11
'::group::Setting up GitHub PowerShell module'
12
+$env:PSMODULE_GITHUB_SCRIPT = $true
13
14
$Name = 'GitHub'
15
$Version = [string]::IsNullOrEmpty($env:GITHUB_ACTION_INPUT_Version) ? $null : $env:GITHUB_ACTION_INPUT_Version
0 commit comments