Skip to content

Commit 4205d7b

Browse files
test
1 parent 39d0846 commit 4205d7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/main.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if ($env:GITHUB_ACTION_INPUT_Verbose -eq 'true') {
99
}
1010

1111
'::group::Setting up GitHub PowerShell module'
12+
$env:PSMODULE_GITHUB_SCRIPT = $true
1213

1314
$Name = 'GitHub'
1415
$Version = [string]::IsNullOrEmpty($env:GITHUB_ACTION_INPUT_Version) ? $null : $env:GITHUB_ACTION_INPUT_Version

0 commit comments

Comments
 (0)