Skip to content

Commit 661a5f3

Browse files
committed
20230206F
1 parent 1c84ec3 commit 661a5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugoalh.GitHubActionsToolkit/module/utility.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ Function Test-Environment {
168168
[String]::IsNullOrWhiteSpace($Env:GITHUB_RUN_NUMBER) -or
169169
[String]::IsNullOrWhiteSpace($Env:GITHUB_SERVER_URL) -or
170170
[String]::IsNullOrWhiteSpace($Env:GITHUB_SHA) -or
171-
[String]::IsNullOrWhiteSpace($Env:GITHUB_WORKFLOW_REF) -or
172-
[String]::IsNullOrWhiteSpace($Env:GITHUB_WORKFLOW_SHA) -or
171+
# [String]::IsNullOrWhiteSpace($Env:GITHUB_WORKFLOW_REF) -or
172+
# [String]::IsNullOrWhiteSpace($Env:GITHUB_WORKFLOW_SHA) -or
173173
[String]::IsNullOrWhiteSpace($Env:GITHUB_WORKFLOW) -or
174174
[String]::IsNullOrWhiteSpace($Env:GITHUB_WORKSPACE) -or
175175
[String]::IsNullOrWhiteSpace($Env:RUNNER_ARCH) -or

0 commit comments

Comments
 (0)