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.
2 parents def42bc + 097060a commit b182ee0Copy full SHA for b182ee0
1 file changed
tools/GitHubActions.ps1
@@ -8,6 +8,10 @@ function Add-GitHubActionsEnvVariable {
8
[string]$Value
9
)
10
11
+ if ([string]::IsNullOrWhiteSpace($Path)) {
12
+ throw "GitHub Actions environment file must not be empty."
13
+ }
14
+
15
if ([string]::IsNullOrWhiteSpace($Name)) {
16
throw "GitHub Actions environment variable names must not be empty."
17
}
0 commit comments