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 1c84ec3 commit 661a5f3Copy full SHA for 661a5f3
hugoalh.GitHubActionsToolkit/module/utility.psm1
@@ -168,8 +168,8 @@ Function Test-Environment {
168
[String]::IsNullOrWhiteSpace($Env:GITHUB_RUN_NUMBER) -or
169
[String]::IsNullOrWhiteSpace($Env:GITHUB_SERVER_URL) -or
170
[String]::IsNullOrWhiteSpace($Env:GITHUB_SHA) -or
171
- [String]::IsNullOrWhiteSpace($Env:GITHUB_WORKFLOW_REF) -or
172
- [String]::IsNullOrWhiteSpace($Env:GITHUB_WORKFLOW_SHA) -or
+ # [String]::IsNullOrWhiteSpace($Env:GITHUB_WORKFLOW_REF) -or
+ # [String]::IsNullOrWhiteSpace($Env:GITHUB_WORKFLOW_SHA) -or
173
[String]::IsNullOrWhiteSpace($Env:GITHUB_WORKFLOW) -or
174
[String]::IsNullOrWhiteSpace($Env:GITHUB_WORKSPACE) -or
175
[String]::IsNullOrWhiteSpace($Env:RUNNER_ARCH) -or
0 commit comments